summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaStmtAsm.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-08-28 20:35:06 +0000
committerChad Rosier <mcrosier@apple.com>2012-08-28 20:35:06 +0000
commit7ae63607587e651afd394fe522722a0be3669e22 (patch)
tree053df37a719595752ca1e6fa6804d8fcf9644f98 /clang/lib/Sema/SemaStmtAsm.cpp
parent0bca469d112381e0c17a9f88aeb54e7c6d663151 (diff)
downloadbcm5719-llvm-7ae63607587e651afd394fe522722a0be3669e22.tar.gz
bcm5719-llvm-7ae63607587e651afd394fe522722a0be3669e22.zip
Tidy up.
llvm-svn: 162786
Diffstat (limited to 'clang/lib/Sema/SemaStmtAsm.cpp')
-rw-r--r--clang/lib/Sema/SemaStmtAsm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaStmtAsm.cpp b/clang/lib/Sema/SemaStmtAsm.cpp
index f51e47656c7..a789d5945e5 100644
--- a/clang/lib/Sema/SemaStmtAsm.cpp
+++ b/clang/lib/Sema/SemaStmtAsm.cpp
@@ -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;
OpenPOWER on IntegriCloud