[cfe-commits] r171785 - /cfe/trunk/test/CodeGen/ms-inline-asm.c
Chad Rosier
mcrosier at apple.com
Mon Jan 7 12:34:40 PST 2013
Author: mcrosier
Date: Mon Jan 7 14:34:40 2013
New Revision: 171785
URL: http://llvm.org/viewvc/llvm-project?rev=171785&view=rev
Log:
Test case for r171784.
Modified:
cfe/trunk/test/CodeGen/ms-inline-asm.c
Modified: cfe/trunk/test/CodeGen/ms-inline-asm.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/ms-inline-asm.c?rev=171785&r1=171784&r2=171785&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/ms-inline-asm.c (original)
+++ cfe/trunk/test/CodeGen/ms-inline-asm.c Mon Jan 7 14:34:40 2013
@@ -228,3 +228,11 @@
// CHECK: call void @t22_helper
// CHECK: call void asm sideeffect inteldialect "mov esp, ebx\0A\09pop ebx", "~{ebx},~{esp},~{dirflag},~{fpsr},~{flags}"() nounwind
}
+
+void t23() {
+ __asm {
+ the_label:
+ }
+// CHECK: t23
+// CHECK: call void asm sideeffect inteldialect "the_label:", "~{dirflag},~{fpsr},~{flags}"() nounwind
+}
More information about the cfe-commits
mailing list