summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-07-29 17:23:00 +0000
committerChris Lattner <sabre@nondot.org>2004-07-29 17:23:00 +0000
commitb5ada398a2e69d047405998c8e7fb14ba6c62030 (patch)
tree7af62cc239bb01503b7a8db18a5d037ec3b18f7b /llvm/lib/CodeGen
parent5305437005c8ea60fd759f7f01972e9d2fdfb2c9 (diff)
downloadbcm5719-llvm-b5ada398a2e69d047405998c8e7fb14ba6c62030.tar.gz
bcm5719-llvm-b5ada398a2e69d047405998c8e7fb14ba6c62030.zip
Fix #includes of i*.h => Instructions.h as per PR403:
http://llvm.cs.uiuc.edu/PR403 . llvm-svn: 15333
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/UnreachableBlockElim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/UnreachableBlockElim.cpp b/llvm/lib/CodeGen/UnreachableBlockElim.cpp
index 1b59ac4a666..27355ec6d3d 100644
--- a/llvm/lib/CodeGen/UnreachableBlockElim.cpp
+++ b/llvm/lib/CodeGen/UnreachableBlockElim.cpp
@@ -21,8 +21,8 @@
//===----------------------------------------------------------------------===//
#include "llvm/CodeGen/Passes.h"
-#include "llvm/iPHINode.h"
#include "llvm/Constant.h"
+#include "llvm/Instructions.h"
#include "llvm/Function.h"
#include "llvm/Pass.h"
#include "llvm/Support/CFG.h"
OpenPOWER on IntegriCloud