Create constant expression casts instead of constant instructions if possible
[oota-llvm.git] / lib / CodeGen / LiveVariables.cpp
index d845f0646ffc3bcb1e9cc1dc3f13bef2d0a8724b..47bc8bdea16fcd43756de4d7ce7c2a0dd4f165ea 100644 (file)
@@ -6,7 +6,7 @@
 
 #include "llvm/CodeGen/LiveVariables.h"
 #include "llvm/CodeGen/MachineInstr.h"
-#include "llvm/Target/MachineInstrInfo.h"
+#include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Support/CFG.h"
 #include "Support/DepthFirstIterator.h"