[cfe-commits] r77862 - /cfe/trunk/lib/CodeGen/CGStmt.cpp

Anders Carlsson andersca at mac.com
Sat Aug 1 21:17:43 PDT 2009


Author: andersca
Date: Sat Aug  1 23:17:43 2009
New Revision: 77862

URL: http://llvm.org/viewvc/llvm-project?rev=77862&view=rev
Log:
Remove old code that was causing the new test to fail.

Modified:
    cfe/trunk/lib/CodeGen/CGStmt.cpp

Modified: cfe/trunk/lib/CodeGen/CGStmt.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGStmt.cpp?rev=77862&r1=77861&r2=77862&view=diff

==============================================================================
--- cfe/trunk/lib/CodeGen/CGStmt.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGStmt.cpp Sat Aug  1 23:17:43 2009
@@ -909,9 +909,6 @@
     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





More information about the cfe-commits mailing list