diff options
author | Mike Stump <mrs@apple.com> | 2009-07-30 22:28:39 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-07-30 22:28:39 +0000 |
commit | b3589f44c5d295cd41de2c83f3475116835eeebd (patch) | |
tree | 9c26182dde2d8018183b31cfcf3d86e8a532f9b9 /lib/CodeGen/CGStmt.cpp | |
parent | 636463e4c43be15e2f0fd0b8a08667f3066d8af7 (diff) |
Canonicalize else spacing.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77629 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGStmt.cpp')
-rw-r--r-- | lib/CodeGen/CGStmt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CGStmt.cpp b/lib/CodeGen/CGStmt.cpp index 5370483ba5..5b17b7b900 100644 --- a/lib/CodeGen/CGStmt.cpp +++ b/lib/CodeGen/CGStmt.cpp @@ -899,7 +899,6 @@ void CodeGenFunction::EmitAsmStmt(const AsmStmt &S) { ResultRegTypes.back() = llvm::IntegerType::get((unsigned)InputSize); } } - } else { ArgTypes.push_back(Dest.getAddress()->getType()); Args.push_back(Dest.getAddress()); |