aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-12-11 00:10:15 +0000
committerMike Stump <mrs@apple.com>2009-12-11 00:10:15 +0000
commit23b7217c24891020e48cea9188cc6b512bdaa84d (patch)
treee07d9af7bb9371d3565daed64919403380a9417b
parent95059b50136e8aa9bb02017fb9210d3708b06577 (diff)
Testcase for recent checkin.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91080 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Sema/ms-fuzzy-asm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/ms-fuzzy-asm.c b/test/Sema/ms-fuzzy-asm.c
index 58dcbcfc52..2113949f23 100644
--- a/test/Sema/ms-fuzzy-asm.c
+++ b/test/Sema/ms-fuzzy-asm.c
@@ -6,4 +6,4 @@
void t1(void) { M }
void t2(void) { __asm int 0x2c }
void t3(void) { __asm M2 0x2c }
-
+void* t4(void) { __asm mov eax, fs:[0x10] }