]> granicus.if.org Git - clang/commitdiff
Spacing.
authorChad Rosier <mcrosier@apple.com>
Tue, 1 May 2012 19:53:37 +0000 (19:53 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 1 May 2012 19:53:37 +0000 (19:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155931 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGStmt.cpp

index a1d0789573023c43028fa1f9e651fe1ffba92474..86046b70a544b73e766e2d3fe50ea99593986fcb 100644 (file)
@@ -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.