diff options
author | Chad Rosier <mcrosier@apple.com> | 2013-01-22 19:38:32 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2013-01-22 19:38:32 +0000 |
commit | b2e2157f905b0b6e27f1d3f5e1f38778c6731813 (patch) | |
tree | 201183ac8a70a62138d5ca578fe973fd9edc09f7 /test/CodeGen/ms-inline-asm-64.c | |
parent | d6ec47363870cefac1c8d136a5011abbf3a4a786 (diff) |
[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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173186 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ms-inline-asm-64.c')
-rw-r--r-- | test/CodeGen/ms-inline-asm-64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ms-inline-asm-64.c b/test/CodeGen/ms-inline-asm-64.c index d5df6c3ff8..d700f01f04 100644 --- a/test/CodeGen/ms-inline-asm-64.c +++ b/test/CodeGen/ms-inline-asm-64.c @@ -1,5 +1,5 @@ // REQUIRES: x86-64-registered-target -// RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -O0 -fasm-blocks -fenable-experimental-ms-inline-asm -w -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -O0 -fasm-blocks -emit-llvm -o - | FileCheck %s void t1() { int var = 10; |