diff options
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/RegAlloc/RegClass.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/RegAlloc/RegClass.h b/lib/CodeGen/RegAlloc/RegClass.h index 723443da9a..d08ed3a659 100644 --- a/lib/CodeGen/RegAlloc/RegClass.h +++ b/lib/CodeGen/RegAlloc/RegClass.h @@ -21,8 +21,8 @@ #include "llvm/CodeGen/IGNode.h" #include "llvm/CodeGen/InterferenceGraph.h" -#include "llvm/Target/Machine.h" -#include "llvm/Target/RegInfo.h" +#include "llvm/Target/TargetMachine.h" +#include "llvm/Target/MachineRegInfo.h" #include <stack> typedef vector<unsigned int> ReservedColorListType; |