summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-01-22 19:38:32 +0000
committerChad Rosier <mcrosier@apple.com>2013-01-22 19:38:32 +0000
commite3aac2c864581b2ff51f3b0a44c651be9bd46a33 (patch)
tree05a2db5d531c3ceae0bdd4a94f65038273d9aed2 /clang/lib/Frontend
parentc0da34e6ab12c87304bc753c75fdea7cdb49a947 (diff)
downloadbcm5719-llvm-e3aac2c864581b2ff51f3b0a44c651be9bd46a33.tar.gz
bcm5719-llvm-e3aac2c864581b2ff51f3b0a44c651be9bd46a33.zip
[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style
inline assembly can be enable with -fasm-blocks or -fms-extensions alone. llvm-svn: 173186
Diffstat (limited to 'clang/lib/Frontend')
-rw-r--r--clang/lib/Frontend/CompilerInvocation.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp
index a16b822d235..90ace3f1dc6 100644
--- a/clang/lib/Frontend/CompilerInvocation.cpp
+++ b/clang/lib/Frontend/CompilerInvocation.cpp
@@ -1265,8 +1265,6 @@ static void ParseLangArgs(LangOptions &Opts, ArgList &Args, InputKind IK,
Opts.FastMath = Args.hasArg(OPT_ffast_math);
Opts.FiniteMathOnly = Args.hasArg(OPT_ffinite_math_only);
- Opts.EmitMicrosoftInlineAsm = Args.hasArg(OPT_fenable_experimental_ms_inline_asm);
-
Opts.RetainCommentsFromSystemHeaders =
Args.hasArg(OPT_fretain_comments_from_system_headers);
OpenPOWER on IntegriCloud