summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-01-12 19:56:36 +0000
committerChris Lattner <sabre@nondot.org>2004-01-12 19:56:36 +0000
commit6b052f21548d80b7f3658a8e1bbc41d9e7a2e684 (patch)
tree59132ee879a1c6b409c9ba734c864cd2fd4c30ca /llvm/lib/Transforms/Utils
parentfcf21a75b0a8e847827b77d58e6a8918e0e0dd90 (diff)
downloadbcm5719-llvm-6b052f21548d80b7f3658a8e1bbc41d9e7a2e684.tar.gz
bcm5719-llvm-6b052f21548d80b7f3658a8e1bbc41d9e7a2e684.zip
Clean up #includes
llvm-svn: 10799
Diffstat (limited to 'llvm/lib/Transforms/Utils')
-rw-r--r--llvm/lib/Transforms/Utils/Local.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Utils/Local.cpp b/llvm/lib/Transforms/Utils/Local.cpp
index 11b6515967e..821d1e13ebc 100644
--- a/llvm/lib/Transforms/Utils/Local.cpp
+++ b/llvm/lib/Transforms/Utils/Local.cpp
@@ -14,9 +14,7 @@
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/Constants.h"
-#include "llvm/iTerminators.h"
-#include "llvm/iOperators.h"
-#include "llvm/iPHINode.h"
+#include "llvm/Instructions.h"
using namespace llvm;
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud