Remove old code that was causing the new test to fail.

llvm-svn: 77862
This commit is contained in:
Anders Carlsson 2009-08-02 04:17:43 +00:00
parent cecdb9e772
commit 44616ce317
1 changed files with 0 additions and 3 deletions

View File

@ -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