aboutsummaryrefslogtreecommitdiff
path: root/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
commit4112a4c001c0ffe83962e5c6755c8b3e0d74b74c (patch)
tree0cede25d8634e4ce15dc8d717a8e408f8c8d2d20 /lib/Sema/SemaStmtAsm.cpp
parent00d16371f581af9ac8ac5d9ab2386cb2cfed61c1 (diff)
Tidy up.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaStmtAsm.cpp')
-rw-r--r--lib/Sema/SemaStmtAsm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaStmtAsm.cpp b/lib/Sema/SemaStmtAsm.cpp
index f51e47656c..a789d5945e 100644
--- a/lib/Sema/SemaStmtAsm.cpp
+++ b/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;