summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/DebugIR.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-06 00:22:06 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-06 00:22:06 +0000
commit12664a0b1779cea6f739a3fb1b606fd4a903eb6a (patch)
tree12f752526cfa48ed94799722afcbda71051ef90a /llvm/lib/Transforms/Instrumentation/DebugIR.cpp
parentb741b945c5372d177e1bfbd78c416cf949cda9db (diff)
downloadbcm5719-llvm-12664a0b1779cea6f739a3fb1b606fd4a903eb6a.tar.gz
bcm5719-llvm-12664a0b1779cea6f739a3fb1b606fd4a903eb6a.zip
[Layering] Move DIBuilder.h into the IR library where its implementation
already lives. llvm-svn: 203038
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/DebugIR.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/DebugIR.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/DebugIR.cpp b/llvm/lib/Transforms/Instrumentation/DebugIR.cpp
index abea83505f5..086bbc35648 100644
--- a/llvm/lib/Transforms/Instrumentation/DebugIR.cpp
+++ b/llvm/lib/Transforms/Instrumentation/DebugIR.cpp
@@ -20,9 +20,9 @@
#include "llvm/IR/ValueMap.h"
#include "DebugIR.h"
-#include "llvm/DIBuilder.h"
#include "llvm/DebugInfo.h"
#include "llvm/IR/AssemblyAnnotationWriter.h"
+#include "llvm/IR/DIBuilder.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/LLVMContext.h"
OpenPOWER on IntegriCloud