Fix #includes of i*.h => Instructions.h as per PR403:
authorChris Lattner <sabre@nondot.org>
Thu, 29 Jul 2004 17:23:00 +0000 (17:23 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 29 Jul 2004 17:23:00 +0000 (17:23 +0000)
http://llvm.cs.uiuc.edu/PR403 .

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15333 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/UnreachableBlockElim.cpp

index 1b59ac4a666eeac7bc94222cbecd47a3215b9862..27355ec6d3dab7792de12073f7a441cd9f67afaf 100644 (file)
@@ -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"