diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-08-28 20:35:06 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-08-28 20:35:06 +0000 |
commit | 4112a4c001c0ffe83962e5c6755c8b3e0d74b74c (patch) | |
tree | 0cede25d8634e4ce15dc8d717a8e408f8c8d2d20 /lib/Sema/SemaStmtAsm.cpp | |
parent | 00d16371f581af9ac8ac5d9ab2386cb2cfed61c1 (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.cpp | 2 |
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; |