commit | b21ec54e6167264e2062c3dfe786d7584a0332b9 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Feb 10 21:18:55 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Feb 10 21:18:55 2004 +0000 |
tree | 4e4e262c089eba25162e87659f625d8e41b9bbd8 | |
parent | 5dd5be3ec3e1305f575b9711a82db88658fa11a5 [diff] [blame] |
Add #include llvm-svn: 11285
diff --git a/llvm/lib/CodeGen/LiveVariables.cpp b/llvm/lib/CodeGen/LiveVariables.cpp index be4f546a..fcc78c0 100644 --- a/llvm/lib/CodeGen/LiveVariables.cpp +++ b/llvm/lib/CodeGen/LiveVariables.cpp
@@ -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"