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 | d1c0c940ebc8e55d5c4672f61abedf87d6ea36f4 (patch) | |
tree | 1ec4d961e3690e9c23afc6efb03912f0a32dd692 /lib/CodeGen/CGStmt.cpp | |
parent | 8165605dfb926561bcbc64310bec4106a70dd1e1 (diff) |
Spacing.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155931 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGStmt.cpp')
-rw-r--r-- | lib/CodeGen/CGStmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGStmt.cpp b/lib/CodeGen/CGStmt.cpp index a1d0789573..86046b70a5 100644 --- a/lib/CodeGen/CGStmt.cpp +++ b/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. |