summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit5d56769fb6fd64c13f45afe9cd1969b619aea410 (patch)
tree46647dbf5c67846ec31eaaa9e90a831b9bec5272 /llvm/lib/Target/Mips/MipsRegisterInfo.h
parentfd6f16fab9ff8317bea72f2b770cdda26cfe514d (diff)
downloadbcm5719-llvm-5d56769fb6fd64c13f45afe9cd1969b619aea410.tar.gz
bcm5719-llvm-5d56769fb6fd64c13f45afe9cd1969b619aea410.zip
SubRegIndex'ize Mips
llvm-svn: 104514
Diffstat (limited to 'llvm/lib/Target/Mips/MipsRegisterInfo.h')
-rw-r--r--llvm/lib/Target/Mips/MipsRegisterInfo.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/Target/Mips/MipsRegisterInfo.h b/llvm/lib/Target/Mips/MipsRegisterInfo.h
index 9fd044cb8b7..bc857b85cab 100644
--- a/llvm/lib/Target/Mips/MipsRegisterInfo.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud