More DCE.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77231 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMBaseInstrInfo.h b/lib/Target/ARM/ARMBaseInstrInfo.h
index 52f55a8..f7a7eb5 100644
--- a/lib/Target/ARM/ARMBaseInstrInfo.h
+++ b/lib/Target/ARM/ARMBaseInstrInfo.h
@@ -163,12 +163,8 @@
   ///
   enum Op {
     ADDri,
-    ADDrs,
-    ADDrr,
     MOVr,
-    SUBri,
-    SUBrs,
-    SUBrr
+    SUBri
   };
 }