Test case for r171784.

llvm-svn: 171785
This commit is contained in:
Chad Rosier 2013-01-07 20:34:40 +00:00
parent f3feab311f
commit 8f980ef08c
1 changed files with 8 additions and 0 deletions

View 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
}