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/Target/Sparc | |
| 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/Target/Sparc')
| -rw-r--r-- | llvm/lib/Target/Sparc/SparcInternals.h | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/Sparc/SparcV9RegInfo.h | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInternals.h b/llvm/lib/Target/Sparc/SparcInternals.h index 606966db731..f9a344b37af 100644 --- a/llvm/lib/Target/Sparc/SparcInternals.h +++ b/llvm/lib/Target/Sparc/SparcInternals.h @@ -8,7 +8,7 @@ #ifndef SPARC_INTERNALS_H #define SPARC_INTERNALS_H -#include "llvm/CodeGen/TargetMachine.h" +#include "llvm/Target/Machine.h" #include "SparcRegInfo.h" #include <sys/types.h> diff --git a/llvm/lib/Target/Sparc/SparcV9RegInfo.h b/llvm/lib/Target/Sparc/SparcV9RegInfo.h index 41a6d00a081..3ebef550f08 100644 --- a/llvm/lib/Target/Sparc/SparcV9RegInfo.h +++ b/llvm/lib/Target/Sparc/SparcV9RegInfo.h @@ -4,19 +4,17 @@ Purpose: Contains the description of integer register class of Sparc */ - #ifndef SPARC_INT_REG_CLASS_H #define SPARC_INT_REG_CLASS_H -#include "llvm/CodeGen/TargetMachine.h" +#include "llvm/Target/Machine.h" //----------------------------------------------------------------------------- // Integer Register Class //----------------------------------------------------------------------------- - // Int register names in same order as enum in class SparcIntRegOrder - +// static string const IntRegNames[] = { "g1", "g2", "g3", "g4", "g5", "g6", "g7", "o0", "o1", "o2", "o3", "o4", "o5", "o7", |

