From 26fb937145f32221bb8b4e1119b122396c2ac1ce Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sun, 2 Aug 2009 04:17:43 +0000 Subject: [PATCH] Remove old code that was causing the new test to fail. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77862 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGStmt.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/CodeGen/CGStmt.cpp b/lib/CodeGen/CGStmt.cpp index 2361c4a334..f4bc5afd09 100644 --- a/lib/CodeGen/CGStmt.cpp +++ b/lib/CodeGen/CGStmt.cpp @@ -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 -- 2.50.1