Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / X86 / extended-fma-contraction.ll
index 2fb46b993a0c4b158767ecd598cdc17ce55e2f80..858eabcb7dc6ca3f0459927970bb70e1e1527e36 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llc -march=x86 -mcpu=bdver2 -mattr=-fma -mtriple=x86_64-apple-darwin < %s | FileCheck %s
 ; RUN: llc -march=x86 -mcpu=bdver2 -mattr=-fma,-fma4 -mtriple=x86_64-apple-darwin < %s | FileCheck %s --check-prefix=CHECK-NOFMA
 
-; CHECK: fmafunc
+; CHECK-LABEL: fmafunc
 define <3 x float> @fmafunc(<3 x float> %a, <3 x float> %b, <3 x float> %c) {
 
 ; CHECK-NOT: vmulps