commit | 61b08f193a6e84db44d3032a822e324ebb42a584 | [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 | 706108c6d3ef4651882f40c236f4bcae12d2c3e2 | |
parent | 1cbe4d0ad0888e50858cca83cf2a0d3083709513 [diff] [blame] |
Add #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11285 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/LiveVariables.cpp b/lib/CodeGen/LiveVariables.cpp index be4f546..fcc78c0 100644 --- a/lib/CodeGen/LiveVariables.cpp +++ b/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"