forked from OSchip/llvm-project
Remove old code that was causing the new test to fail.
llvm-svn: 77862
This commit is contained in:
parent
cecdb9e772
commit
44616ce317
|
@ -909,9 +909,6 @@ void CodeGenFunction::EmitAsmStmt(const AsmStmt &S) {
|
||||||
if (Info.isReadWrite()) {
|
if (Info.isReadWrite()) {
|
||||||
InOutConstraints += ',';
|
InOutConstraints += ',';
|
||||||
|
|
||||||
const Expr *InputExpr = S.getOutputExpr(i);
|
|
||||||
llvm::Value *Arg = EmitAsmInput(S, Info, InputExpr, InOutConstraints);
|
|
||||||
|
|
||||||
if (Info.allowsRegister())
|
if (Info.allowsRegister())
|
||||||
InOutConstraints += llvm::utostr(i);
|
InOutConstraints += llvm::utostr(i);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue