summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/ms-inline-asm.c
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-01-17 19:22:48 +0000
committerChad Rosier <mcrosier@apple.com>2013-01-17 19:22:48 +0000
commite343bc83f014e4d7092799f0d65d309f08e1aa5c (patch)
tree6358ccaab476fec383e034f43097b5618e8826e5 /clang/test/Sema/ms-inline-asm.c
parentd0ed73acb4d63009ed6b3d142244dd310cbebece (diff)
downloadbcm5719-llvm-e343bc83f014e4d7092799f0d65d309f08e1aa5c.tar.gz
bcm5719-llvm-e343bc83f014e4d7092799f0d65d309f08e1aa5c.zip
[ms-inline asm] Updates and test case for r172743.
Part of rdar://12576868 llvm-svn: 172744
Diffstat (limited to 'clang/test/Sema/ms-inline-asm.c')
-rw-r--r--clang/test/Sema/ms-inline-asm.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/clang/test/Sema/ms-inline-asm.c b/clang/test/Sema/ms-inline-asm.c
index 538d56ae66e..4f6d689b7e0 100644
--- a/clang/test/Sema/ms-inline-asm.c
+++ b/clang/test/Sema/ms-inline-asm.c
@@ -19,20 +19,4 @@ void f() {
__asm {
mov eax, 1+++ // expected-error 2 {{unknown token in expression}}
}
- f();
- __asm {
- mov eax, TYPE cat // expected-error {{Unable to lookup TYPE of expr!}}
- }
- f();
- __asm {
- mov eax, SIZE foo // expected-error {{Unsupported directive!}}
- }
- f();
- __asm {
- mov eax, LENGTH foo // expected-error {{Unsupported directive!}}
- }
- f();
- __asm {
- mov eax, TYPE bar // expected-error {{Unable to lookup TYPE of expr!}}
- }
}
OpenPOWER on IntegriCloud