]> granicus.if.org Git - clang/commitdiff
Tidy up.
authorChad Rosier <mcrosier@apple.com>
Tue, 28 Aug 2012 20:35:06 +0000 (20:35 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 28 Aug 2012 20:35:06 +0000 (20:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162786 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaStmtAsm.cpp

index f51e47656c7ff98147feb0a827f5d063a0ccd054..a789d5945e56a05d9e5c43fa8b59dbdc1dc5cc8d 100644 (file)
@@ -468,7 +468,7 @@ StmtResult Sema::ActOnMSAsmStmt(SourceLocation AsmLoc,
   SmallVector<StringRef, 4> Constraints;
   std::vector<std::string> InputConstraints;
   std::vector<std::string> OutputConstraints;
-  SmallVector<StringRef,4> Clobbers;
+  SmallVector<StringRef, 4> Clobbers;
   std::set<std::string> ClobberRegs;
   SmallVector<IdentifierInfo*, 4> Inputs;
   SmallVector<IdentifierInfo*, 4> Outputs;