[PATCH] D15399: MS inline ASM: mark the function noinline if the asm has labels (PR23715)
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 9 17:28:50 PST 2015
rsmith added a subscriber: rsmith.
================
Comment at: test/CodeGen/ms-inline-asm.c:536
@@ -535,3 +535,3 @@
}
- // CHECK-LABEL: define void @label1
+ // CHECK: define void @label1() [[ATTR1:#[0-9]+]] {
// CHECK: call void asm sideeffect inteldialect "{{.*}}__MSASMLABEL_.1__label:\0A\09jmp {{.*}}__MSASMLABEL_.1__label", "~{dirflag},~{fpsr},~{flags}"()
----------------
Why is this not a CHECK-LABEL any more?
http://reviews.llvm.org/D15399
More information about the cfe-commits
mailing list