aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/Sema.h
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-08-20 17:11:53 +0000
committerChad Rosier <mcrosier@apple.com>2012-08-20 17:11:53 +0000
commitdf4ee102aa909e2f40c294701bfeffac63e8d29b (patch)
tree358d5fb637a9275817351521a73c8ceebdf7cd9a /include/clang/Sema/Sema.h
parent7f839a6b35e5007964b538423b0a570eed26fc10 (diff)
[ms-inline asm] Remove old cruft now that MS-style asms their own code path.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162210 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Sema/Sema.h')
-rw-r--r--include/clang/Sema/Sema.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h
index 4f1b2f6aa9..4be532c56f 100644
--- a/include/clang/Sema/Sema.h
+++ b/include/clang/Sema/Sema.h
@@ -2544,8 +2544,7 @@ public:
MultiExprArg Exprs,
Expr *AsmString,
MultiExprArg Clobbers,
- SourceLocation RParenLoc,
- bool MSAsm = false);
+ SourceLocation RParenLoc);
StmtResult ActOnMSAsmStmt(SourceLocation AsmLoc,
SourceLocation LBraceLoc,