diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-10 21:18:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-10 21:18:55 +0000 |
commit | b21ec54e6167264e2062c3dfe786d7584a0332b9 (patch) | |
tree | 4e4e262c089eba25162e87659f625d8e41b9bbd8 /llvm/lib/CodeGen/LiveVariables.cpp | |
parent | 5dd5be3ec3e1305f575b9711a82db88658fa11a5 (diff) | |
download | bcm5719-llvm-b21ec54e6167264e2062c3dfe786d7584a0332b9.tar.gz bcm5719-llvm-b21ec54e6167264e2062c3dfe786d7584a0332b9.zip |
Add #include
llvm-svn: 11285
Diffstat (limited to 'llvm/lib/CodeGen/LiveVariables.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveVariables.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/LiveVariables.cpp b/llvm/lib/CodeGen/LiveVariables.cpp index be4f546a07a..fcc78c05507 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" |