summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-07-29 17:30:56 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-07-29 17:30:56 +0000
commit63b38bd2ed0c80f0c9e171f03197eb16338510e9 (patch)
tree5441cbdbb2a0c15d725d0fa5c8ce23fb40566a10 /llvm/projects/Stacker
parentb5ada398a2e69d047405998c8e7fb14ba6c62030 (diff)
downloadbcm5719-llvm-63b38bd2ed0c80f0c9e171f03197eb16338510e9.tar.gz
bcm5719-llvm-63b38bd2ed0c80f0c9e171f03197eb16338510e9.zip
Fix #includes of i*.h => Instructions.h as per PR403.
llvm-svn: 15334
Diffstat (limited to 'llvm/projects/Stacker')
-rw-r--r--llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp5
-rw-r--r--llvm/projects/Stacker/lib/compiler/StackerParser.y5
2 files changed, 2 insertions, 8 deletions
diff --git a/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp b/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
index 708ae3cc3a6..1ca88da7750 100644
--- a/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
+++ b/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
@@ -17,10 +17,7 @@
//===----------------------------------------------------------------------===//
#include <llvm/Analysis/Verifier.h>
-#include <llvm/iMemory.h>
-#include <llvm/iOperators.h>
-#include <llvm/iOther.h>
-#include <llvm/iTerminators.h>
+#include <llvm/Instructions.h>
#include <Support/Statistic.h>
#include "StackerCompiler.h"
#include "StackerParser.h"
diff --git a/llvm/projects/Stacker/lib/compiler/StackerParser.y b/llvm/projects/Stacker/lib/compiler/StackerParser.y
index 96c724303e4..2256b30ccf7 100644
--- a/llvm/projects/Stacker/lib/compiler/StackerParser.y
+++ b/llvm/projects/Stacker/lib/compiler/StackerParser.y
@@ -15,10 +15,7 @@
#include "StackerCompiler.h"
#include "llvm/SymbolTable.h"
#include "llvm/Module.h"
-#include "llvm/iTerminators.h"
-#include "llvm/iMemory.h"
-#include "llvm/iOperators.h"
-#include "llvm/iPHINode.h"
+#include "llvm/Instructions.h"
#include "Support/STLExtras.h"
#include "Support/DepthFirstIterator.h"
#include <list>
OpenPOWER on IntegriCloud