aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMRegisterInfo.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-05-06 02:29:06 +0000
committerEric Christopher <echristo@apple.com>2010-05-06 02:29:06 +0000
commit1613cdd2db71509fbb3319dccd737eadfe3575a1 (patch)
treea28a6c3f96efd2a07c017974a9fef12ee7d81c90 /lib/Target/ARM/ARMRegisterInfo.h
parente1e230141220d7fbde40eee228cba7a767e1b76b (diff)
downloadexternal_llvm-1613cdd2db71509fbb3319dccd737eadfe3575a1.zip
external_llvm-1613cdd2db71509fbb3319dccd737eadfe3575a1.tar.gz
external_llvm-1613cdd2db71509fbb3319dccd737eadfe3575a1.tar.bz2
Revert r103156 since it was breaking the build bots.
Reverse-merging r103156 into '.': U lib/Target/ARM/ARMInstrNEON.td U lib/Target/ARM/ARMRegisterInfo.h U lib/Target/ARM/ARMBaseRegisterInfo.cpp U lib/Target/ARM/ARMBaseInstrInfo.cpp U lib/Target/ARM/ARMRegisterInfo.td git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103159 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMRegisterInfo.h')
-rw-r--r--lib/Target/ARM/ARMRegisterInfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMRegisterInfo.h b/lib/Target/ARM/ARMRegisterInfo.h
index f13c7d4..041afd0 100644
--- a/lib/Target/ARM/ARMRegisterInfo.h
+++ b/lib/Target/ARM/ARMRegisterInfo.h
@@ -29,8 +29,7 @@ namespace ARM {
/// ARMRegisterInfo.td file.
enum SubregIndex {
SSUBREG_0 = 1, SSUBREG_1 = 2, SSUBREG_2 = 3, SSUBREG_3 = 4,
- DSUBREG_0 = 5, DSUBREG_1 = 6, DSUBREG_2 = 7, DSUBREG_3 = 8,
- QSUBREG_0 = 9, QSUBREG_1 = 10
+ DSUBREG_0 = 5, DSUBREG_1 = 6
};
}