summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-28 20:17:05 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-28 20:17:05 +0000
commit112f575e4bd2b5f72ce7d5a5544ecaa11418a50a (patch)
treefcd1203d78f6076a564d76fe639186f1ecbb8a51 /lib
parent82690316e4835bcfb966fda7555613e0dfd836f4 (diff)
downloadexternal_llvm-112f575e4bd2b5f72ce7d5a5544ecaa11418a50a.zip
external_llvm-112f575e4bd2b5f72ce7d5a5544ecaa11418a50a.tar.gz
external_llvm-112f575e4bd2b5f72ce7d5a5544ecaa11418a50a.tar.bz2
Remove layering violation #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159372 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/NVPTX/NVPTXAsmPrinter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/NVPTX/NVPTXAsmPrinter.cpp b/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
index ade4049..f2b9616 100644
--- a/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
+++ b/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
@@ -20,7 +20,6 @@
#include "NVPTXUtilities.h"
#include "MCTargetDesc/NVPTXMCAsmInfo.h"
#include "NVPTXNumRegisters.h"
-#include "../lib/CodeGen/AsmPrinter/DwarfDebug.h" // FIXME: layering violation!
#include "llvm/ADT/StringExtras.h"
#include "llvm/DebugInfo.h"
#include "llvm/Function.h"