mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix AMDGPU build issue
llvm-svn: 315535
This commit is contained in:
parent
c2f5a575b7
commit
044fbfa38a
@ -230,7 +230,7 @@ void AMDGPUAsmPrinter::EmitInstruction(const MachineInstr *MI) {
|
|||||||
const MCSymbolRefExpr *Expr
|
const MCSymbolRefExpr *Expr
|
||||||
= MCSymbolRefExpr::create(MBB->getSymbol(), OutContext);
|
= MCSymbolRefExpr::create(MBB->getSymbol(), OutContext);
|
||||||
Expr->print(Str, MAI);
|
Expr->print(Str, MAI);
|
||||||
OutStreamer->emitRawComment(" mask branch " + BBStr);
|
OutStreamer->emitRawComment(Twine(" mask branch ") + BBStr);
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user