summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
diff options
context:
space:
mode:
authorReed Kotler <rkotler@mips.com>2013-12-15 22:02:31 +0000
committerReed Kotler <rkotler@mips.com>2013-12-15 22:02:31 +0000
commitf2f74bd826ae93789c03b11720cfef5c65a65ae0 (patch)
tree7ed33236ffcd6c673caa2d2afd2f5c5538f244d6 /lib/Target/Mips
parent3589b7b808574d3cebffdc2cf834d66b1c423dbd (diff)
downloadllvm-f2f74bd826ae93789c03b11720cfef5c65a65ae0.tar.gz
llvm-f2f74bd826ae93789c03b11720cfef5c65a65ae0.tar.bz2
llvm-f2f74bd826ae93789c03b11720cfef5c65a65ae0.tar.xz
Get rid of an superfluous tab in the .s file. This was originally
part of a multi-line pseudo which worked around a linker bug for mips16. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197356 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips')
-rw-r--r--lib/Target/Mips/Mips16InstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/Mips16InstrInfo.td b/lib/Target/Mips/Mips16InstrInfo.td
index fbaa59db54..840dfde650 100644
--- a/lib/Target/Mips/Mips16InstrInfo.td
+++ b/lib/Target/Mips/Mips16InstrInfo.td
@@ -1894,7 +1894,7 @@ def GotPrologue16:
MipsPseudo16<
(outs CPU16Regs:$rh, CPU16Regs:$rl),
(ins simm16:$immHi, simm16:$immLo),
- "\tli\t$rh, $immHi\n\taddiu\t$rl, $$pc, $immLo\n ",[]> ;
+ "li\t$rh, $immHi\n\taddiu\t$rl, $$pc, $immLo\n ",[]> ;
// An operand for the CONSTPOOL_ENTRY pseudo-instruction.
def cpinst_operand : Operand<i32> {