From 4112a4c001c0ffe83962e5c6755c8b3e0d74b74c Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Tue, 28 Aug 2012 20:35:06 +0000 Subject: [PATCH] Tidy up. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162786 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaStmtAsm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Constraints; std::vector InputConstraints; std::vector OutputConstraints; - SmallVector Clobbers; + SmallVector Clobbers; std::set ClobberRegs; SmallVector Inputs; SmallVector Outputs; -- 2.40.0