diff options
author | Owen Anderson <resistor@mac.com> | 2011-09-26 23:14:02 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2011-09-26 23:14:02 +0000 |
commit | 2dafe200ca2708ec08656e51a52ce4d718e8a1d6 (patch) | |
tree | f245cb384d6fb2090014c28096069772e182db86 | |
parent | 7d11bd850f97f499117704cd3e03d6a6cc1adcb3 (diff) |
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.td | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMInstrThumb2.td b/lib/Target/ARM/ARMInstrThumb2.td index e8874c7f21..c0911d0f3d 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)>; |