forked from OSchip/llvm-project
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. llvm-svn: 197356
This commit is contained in:
parent
5c29d63a66
commit
4d030b4e89
|
@ -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> {
|
||||
|
|
Loading…
Reference in New Issue