]> granicus.if.org Git - clang/commitdiff
Test case for r171784.
authorChad Rosier <mcrosier@apple.com>
Mon, 7 Jan 2013 20:34:40 +0000 (20:34 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 7 Jan 2013 20:34:40 +0000 (20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171785 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ms-inline-asm.c

index f587afd106f87d70813196f0ce96b5a50240ebea..3ddfaf5e5c052abb5a247d835e18609fe4c52f56 100644 (file)
@@ -228,3 +228,11 @@ void t22() {
 // 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
+}