Rename fp-op fusion option (yet again) for compatibility with GCC option.
[oota-llvm.git] / test / CodeGen / ARM / fusedMAC.ll
index 725dd274e3729cbfcdff379bec7af5f1f9d079d8..d35330c09f5f00f39e196c10963fe2e5965ccde9 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=armv7-eabi -mattr=+neon,+vfp4 -fuse-fp-ops=fast | FileCheck %s
+; RUN: llc < %s -mtriple=armv7-eabi -mattr=+neon,+vfp4 -fp-contract=fast | FileCheck %s
 ; Check generated fused MAC and MLS.
 
 define double @fusedMACTest1(double %d1, double %d2, double %d3) {