diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-05-01 19:53:37 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-05-01 19:53:37 +0000 |
commit | 5a032fa6d57f24085c70707392bc96fe129da853 (patch) | |
tree | dd431b8909a3bbd46cc5bf52ac620b9197b24bca /clang/lib/CodeGen/CGStmt.cpp | |
parent | 5ae5278ca148080523675b62ebee04bd6452b6be (diff) | |
download | bcm5719-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.cpp | 2 |
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. |