forked from OSchip/llvm-project
parent
952a99592f
commit
d0cd0d89a0
|
@ -626,6 +626,7 @@ void CodeGenFunction::EmitAsmStmt(const AsmStmt &S) {
|
|||
Constraints += "=" + OutputConstraint;
|
||||
} else {
|
||||
ArgTypes.push_back(Dest.getAddress()->getType());
|
||||
Args.push_back(Dest.getAddress());
|
||||
if (i != 0)
|
||||
Constraints += ',';
|
||||
Constraints += '*';
|
||||
|
|
Loading…
Reference in New Issue