[llvm-commits] CVS: llvm/lib/CodeGen/LiveVariables.cpp
Chris Lattner
lattner at cs.uiuc.edu
Tue Feb 10 15:20:02 PST 2004
Changes in directory llvm/lib/CodeGen:
LiveVariables.cpp updated: 1.21 -> 1.22
---
Log message:
Add #include
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/CodeGen/LiveVariables.cpp
diff -u llvm/lib/CodeGen/LiveVariables.cpp:1.21 llvm/lib/CodeGen/LiveVariables.cpp:1.22
--- llvm/lib/CodeGen/LiveVariables.cpp:1.21 Tue Feb 10 15:12:22 2004
+++ llvm/lib/CodeGen/LiveVariables.cpp Tue Feb 10 15:18:55 2004
@@ -28,6 +28,7 @@
#include "llvm/CodeGen/LiveVariables.h"
#include "llvm/CodeGen/MachineInstr.h"
+#include "llvm/Target/MRegisterInfo.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Support/CFG.h"
More information about the llvm-commits
mailing list