diff options
| author | Akira Hatanaka <ahatanaka@mips.com> | 2012-04-18 18:47:17 +0000 |
|---|---|---|
| committer | Akira Hatanaka <ahatanaka@mips.com> | 2012-04-18 18:47:17 +0000 |
| commit | 4167bb9346257889623f75d66e78d725468abfee (patch) | |
| tree | ce2ea08e2c47a5e2f16c0154ed6f5d28198a60fe | |
| parent | 9a7f4b76e55962f27779205c09f7947aa6ed9d13 (diff) | |
| download | bcm5719-llvm-4167bb9346257889623f75d66e78d725468abfee.tar.gz bcm5719-llvm-4167bb9346257889623f75d66e78d725468abfee.zip | |
Delete blank line.
llvm-svn: 155030
| -rw-r--r-- | llvm/lib/Target/Mips/Mips64InstrInfo.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/Mips64InstrInfo.td b/llvm/lib/Target/Mips/Mips64InstrInfo.td index c31ff0b9e7e..0382869255f 100644 --- a/llvm/lib/Target/Mips/Mips64InstrInfo.td +++ b/llvm/lib/Target/Mips/Mips64InstrInfo.td @@ -198,7 +198,6 @@ def DINS : InsBase<7, "dins", CPU64Regs>; def DSLL64_32 : FR<0x3c, 0x00, (outs CPU64Regs:$rd), (ins CPURegs:$rt), "dsll\t$rd, $rt, 32", [], IIAlu>; - def SLL64_32 : FR<0x0, 0x00, (outs CPU64Regs:$rd), (ins CPURegs:$rt), "sll\t$rd, $rt, 0", [], IIAlu>; let isCodeGenOnly = 1 in |

