diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-09-14 05:34:53 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-09-14 05:34:53 +0000 |
| commit | 22a6a9051164a310002fa705d490385fb7006a13 (patch) | |
| tree | 0f6fe020e36807d30037d9d88429a0fc7210ecb7 /llvm/lib/CodeGen/RegAlloc | |
| parent | f8464e4b8d676bf1aa9d4b27de820a15578b81d5 (diff) | |
| download | bcm5719-llvm-22a6a9051164a310002fa705d490385fb7006a13.tar.gz bcm5719-llvm-22a6a9051164a310002fa705d490385fb7006a13.zip | |
Make a new llvm/Target #include directory.
Move files from lib/CodeGen/TargetMachine to lib/Target
Move TargetData.h and TargetMachine.h to Target/{Data.h|Machine.h}
Prepare to split TargetMachine.h into several smaller files
llvm-svn: 566
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc')
| -rw-r--r-- | llvm/lib/CodeGen/RegAlloc/RegClass.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/RegClass.h b/llvm/lib/CodeGen/RegAlloc/RegClass.h index 1d08502445d..efe174617ce 100644 --- a/llvm/lib/CodeGen/RegAlloc/RegClass.h +++ b/llvm/lib/CodeGen/RegAlloc/RegClass.h @@ -16,19 +16,14 @@ */ - - #ifndef REG_CLASS_H #define REG_CLASS_H #include "llvm/CodeGen/IGNode.h" #include "llvm/CodeGen/InterferenceGraph.h" -#include "llvm/CodeGen/TargetMachine.h" - - +#include "llvm/Target/Machine.h" #include <stack> - typedef vector<unsigned int> ReservedColorListType; |

