aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-09-26 23:14:02 +0000
committerOwen Anderson <resistor@mac.com>2011-09-26 23:14:02 +0000
commit2dafe200ca2708ec08656e51a52ce4d718e8a1d6 (patch)
treef245cb384d6fb2090014c28096069772e182db86
parent7d11bd850f97f499117704cd3e03d6a6cc1adcb3 (diff)
downloadexternal_llvm-2dafe200ca2708ec08656e51a52ce4d718e8a1d6.zip
external_llvm-2dafe200ca2708ec08656e51a52ce4d718e8a1d6.tar.gz
external_llvm-2dafe200ca2708ec08656e51a52ce4d718e8a1d6.tar.bz2
Remove extraneous commit garbage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140581 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMInstrThumb2.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMInstrThumb2.td b/lib/Target/ARM/ARMInstrThumb2.td
index e8874c7..c0911d0 100644
--- a/lib/Target/ARM/ARMInstrThumb2.td
+++ b/lib/Target/ARM/ARMInstrThumb2.td
@@ -3942,8 +3942,6 @@ def : t2InstAlias<"sxtb16${p} $Rd, $Rm",
(t2SXTB16 rGPR:$Rd, rGPR:$Rm, 0, pred:$p)>;
def : t2InstAlias<"sxth${p} $Rd, $Rm",
(t2SXTH rGPR:$Rd, rGPR:$Rm, 0, pred:$p)>;
-def : t2InstAlias<"sxth${p} $Rd, $Rm",
- (t2SXTH rGPR:$Rd, rGPR:$Rm, 0, pred:$p)>;
def : t2InstAlias<"uxtab${p} $Rd, $Rn, $Rm",
(t2UXTAB rGPR:$Rd, rGPR:$Rn, rGPR:$Rm, 0, pred:$p)>;