summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-05-01 19:53:37 +0000
committerChad Rosier <mcrosier@apple.com>2012-05-01 19:53:37 +0000
commit5a032fa6d57f24085c70707392bc96fe129da853 (patch)
treedd431b8909a3bbd46cc5bf52ac620b9197b24bca /clang/lib/CodeGen/CGStmt.cpp
parent5ae5278ca148080523675b62ebee04bd6452b6be (diff)
downloadbcm5719-llvm-5a032fa6d57f24085c70707392bc96fe129da853.tar.gz
bcm5719-llvm-5a032fa6d57f24085c70707392bc96fe129da853.zip
Spacing.
llvm-svn: 155931
Diffstat (limited to 'clang/lib/CodeGen/CGStmt.cpp')
-rw-r--r--clang/lib/CodeGen/CGStmt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGStmt.cpp b/clang/lib/CodeGen/CGStmt.cpp
index a1d07895730..86046b70a54 100644
--- a/clang/lib/CodeGen/CGStmt.cpp
+++ b/clang/lib/CodeGen/CGStmt.cpp
@@ -1441,7 +1441,7 @@ void CodeGenFunction::EmitAsmStmt(const AsmStmt &S) {
std::vector<QualType> ResultRegQualTys;
std::vector<llvm::Type *> ResultRegTypes;
std::vector<llvm::Type *> ResultTruncRegTypes;
- std::vector<llvm::Type*> ArgTypes;
+ std::vector<llvm::Type *> ArgTypes;
std::vector<llvm::Value*> Args;
// Keep track of inout constraints.
OpenPOWER on IntegriCloud