aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGStmt.cpp
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@mac.com>2009-08-02 04:17:43 +0000
committerAnders Carlsson <andersca@mac.com>2009-08-02 04:17:43 +0000
commit26fb937145f32221bb8b4e1119b122396c2ac1ce (patch)
tree3d42bfdebac42cae2f4efaf85a94af361337ea21 /lib/CodeGen/CGStmt.cpp
parent9a108eb88f93c524dfa5fb2c3fea3896b1eb6525 (diff)
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
Diffstat (limited to 'lib/CodeGen/CGStmt.cpp')
-rw-r--r--lib/CodeGen/CGStmt.cpp3
1 files changed, 0 insertions, 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