aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsRegisterInfo.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-05-24 17:42:58 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-05-24 17:42:58 +0000
commitfff916a96076e284edb043d7541cfc7902086039 (patch)
tree3f24e1e8cb77ba9ae7c0c297f3d4360dbf738812 /lib/Target/Mips/MipsRegisterInfo.h
parent59f7199e16cf6b66dc7219792f09081b13266ab6 (diff)
downloadexternal_llvm-fff916a96076e284edb043d7541cfc7902086039.zip
external_llvm-fff916a96076e284edb043d7541cfc7902086039.tar.gz
external_llvm-fff916a96076e284edb043d7541cfc7902086039.tar.bz2
SubRegIndex'ize Mips
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104514 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsRegisterInfo.h')
-rw-r--r--lib/Target/Mips/MipsRegisterInfo.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Target/Mips/MipsRegisterInfo.h b/lib/Target/Mips/MipsRegisterInfo.h
index 9fd044c..bc857b8 100644
--- a/lib/Target/Mips/MipsRegisterInfo.h
+++ b/lib/Target/Mips/MipsRegisterInfo.h
@@ -23,15 +23,6 @@ class MipsSubtarget;
class TargetInstrInfo;
class Type;
-namespace Mips {
- /// SubregIndex - The index of various sized subregister classes. Note that
- /// these indices must be kept in sync with the class indices in the
- /// MipsRegisterInfo.td file.
- enum SubregIndex {
- SUBREG_FPEVEN = 1, SUBREG_FPODD = 2
- };
-}
-
struct MipsRegisterInfo : public MipsGenRegisterInfo {
const MipsSubtarget &Subtarget;
const TargetInstrInfo &TII;