mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-28 22:21:31 +03:00
Remove last traces of AsmBlockStatement
This commit is contained in:
parent
b39aa068fc
commit
0551f613e4
6 changed files with 1 additions and 21 deletions
|
@ -482,7 +482,7 @@ static void remap_inargs(std::string& insnt, size_t nargs, size_t idx)
|
|||
|
||||
void CompoundAsmStatement_toIR(CompoundAsmStatement *stmt, IRState* p)
|
||||
{
|
||||
IF_LOG Logger::println("AsmBlockStatement::toIR(): %s", stmt->loc.toChars());
|
||||
IF_LOG Logger::println("CompoundAsmStatement::toIR(): %s", stmt->loc.toChars());
|
||||
LOG_SCOPE;
|
||||
|
||||
// disable inlining by default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue