mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 22:34:39 +00:00
[mips] Assembly parser must invoke the target streamer to handle .set reorder macro.
llvm-svn: 203459
This commit is contained in:
parent
2f522988cc
commit
4fff721d3a
@ -2331,6 +2331,7 @@ bool MipsAsmParser::parseSetReorderDirective() {
|
||||
return false;
|
||||
}
|
||||
Options.setReorder();
|
||||
getTargetStreamer().emitDirectiveSetReorder();
|
||||
Parser.Lex(); // Consume the EndOfStatement.
|
||||
return false;
|
||||
}
|
||||
|
@ -28,6 +28,7 @@ $JTI0_0:
|
||||
# CHECK: .4byte 2013265916
|
||||
.set at=$12
|
||||
.set macro
|
||||
# CHECK: .set reorder
|
||||
# CHECK: b 1332 # encoding: [0x10,0x00,0x01,0x4d]
|
||||
# CHECK: nop # encoding: [0x00,0x00,0x00,0x00]
|
||||
# CHECK: j 1328 # encoding: [0x08,0x00,0x01,0x4c]
|
||||
|
Loading…
x
Reference in New Issue
Block a user