summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/Local.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/Utils/Local.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/Utils/Local.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/Local.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/Local.cpp b/llvm/lib/Transforms/Utils/Local.cpp
index 0b0410455a3..b56f7bc4776 100644
--- a/llvm/lib/Transforms/Utils/Local.cpp
+++ b/llvm/lib/Transforms/Utils/Local.cpp
@@ -20,10 +20,10 @@
#include "llvm/Analysis/InstructionSimplify.h"
#include "llvm/Analysis/MemoryBuiltins.h"
#include "llvm/Analysis/ValueTracking.h"
-#include "llvm/DIBuilder.h"
#include "llvm/DebugInfo.h"
#include "llvm/IR/CFG.h"
#include "llvm/IR/Constants.h"
+#include "llvm/IR/DIBuilder.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Dominators.h"
OpenPOWER on IntegriCloud