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 | b1a9f654875f85dd24f7e3cf3d4e6f05d859a61b (patch) | |
| tree | 06c19e61d0c0ab796cbd9f3b1d82a8a87f799f61 /llvm/lib/Target | |
| parent | 784729d4082f28de7b6a4b5e1a820ca567c22d82 (diff) | |
| download | bcm5719-llvm-b1a9f654875f85dd24f7e3cf3d4e6f05d859a61b.tar.gz bcm5719-llvm-b1a9f654875f85dd24f7e3cf3d4e6f05d859a61b.zip | |
Remove extraneous commit garbage.
llvm-svn: 140581
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrThumb2.td | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrThumb2.td b/llvm/lib/Target/ARM/ARMInstrThumb2.td index e8874c7f218..c0911d0f3df 100644 --- a/llvm/lib/Target/ARM/ARMInstrThumb2.td +++ b/llvm/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)>; |

