mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-30 23:20:40 +03:00
remove memory clobber again ...
This commit is contained in:
parent
ae214b18e7
commit
bb495c6e40
1 changed files with 0 additions and 1 deletions
|
@ -594,7 +594,6 @@ void AsmBlockStatement::toIR(IRState* p)
|
||||||
// setup variable for output from asm
|
// setup variable for output from asm
|
||||||
outSetterStmt->out_c = "=*m,";
|
outSetterStmt->out_c = "=*m,";
|
||||||
outSetterStmt->out.push_back(jump_target);
|
outSetterStmt->out.push_back(jump_target);
|
||||||
asmblock->clobs.insert("~{memory},");
|
|
||||||
|
|
||||||
asmblock->s.push_back(outSetterStmt);
|
asmblock->s.push_back(outSetterStmt);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue