Remove extraneous commit garbage.
authorOwen Anderson <resistor@mac.com>
Mon, 26 Sep 2011 23:14:02 +0000 (23:14 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 26 Sep 2011 23:14:02 +0000 (23:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140581 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrThumb2.td

index e8874c7f218eb855776cb43b5b3ba7122aee7e6f..c0911d0f3df28f9ada9a0666ae4e2084e0e4f7bc 100644 (file)
@@ -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)>;