summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-07-30 22:28:39 +0000
committerMike Stump <mrs@apple.com>2009-07-30 22:28:39 +0000
commit658fe02d17e28b113df2a381010e9c5296abfd0f (patch)
tree95aa22603d604c7a71ee43568e405030c1c49236 /clang/lib/CodeGen/CGStmt.cpp
parent59a2ab972034dd734bd970dc0f10a0df3c8f5dfc (diff)
downloadbcm5719-llvm-658fe02d17e28b113df2a381010e9c5296abfd0f.tar.gz
bcm5719-llvm-658fe02d17e28b113df2a381010e9c5296abfd0f.zip
Canonicalize else spacing.
llvm-svn: 77629
Diffstat (limited to 'clang/lib/CodeGen/CGStmt.cpp')
-rw-r--r--clang/lib/CodeGen/CGStmt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGStmt.cpp b/clang/lib/CodeGen/CGStmt.cpp
index 5370483ba56..5b17b7b9008 100644
--- a/clang/lib/CodeGen/CGStmt.cpp
+++ b/clang/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());
OpenPOWER on IntegriCloud