]> granicus.if.org Git - clang/commitdiff
Remove old code that was causing the new test to fail.
authorAnders Carlsson <andersca@mac.com>
Sun, 2 Aug 2009 04:17:43 +0000 (04:17 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 2 Aug 2009 04:17:43 +0000 (04:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77862 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGStmt.cpp

index 2361c4a33424f76b0a814d901a2cde788c4fe7eb..f4bc5afd09b2d9ac7310bcfc23c366af78ffffcd 100644 (file)
@@ -909,9 +909,6 @@ void CodeGenFunction::EmitAsmStmt(const AsmStmt &S) {
     if (Info.isReadWrite()) {
       InOutConstraints += ',';
 
-      const Expr *InputExpr = S.getOutputExpr(i);
-      llvm::Value *Arg = EmitAsmInput(S, Info, InputExpr, InOutConstraints);
-      
       if (Info.allowsRegister())
         InOutConstraints += llvm::utostr(i);
       else