Merging r261039:
[oota-llvm.git] / test / CodeGen / X86 / wide-fma-contraction.ll
index 35c092457988ae3dae3af9456fb8474199d1275c..f51f917fbac9e46816f6494a9c69f827198aa402 100644 (file)
@@ -1,7 +1,8 @@
 ; 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
+; CHECK-NOFMA-LABEL: fmafunc
 define <16 x float> @fmafunc(<16 x float> %a, <16 x float> %b, <16 x float> %c) {
 
 ; CHECK-NOT: vmulps