From c98ebda325c996b3a12f4fded0368734dc0fe28a Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Fri, 22 Jun 2012 22:31:00 +0000 Subject: Rename fp-op fusion option (yet again) for compatibility with GCC option. llvm-svn: 159042 --- llvm/test/CodeGen/ARM/fusedMAC.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/ARM/fusedMAC.ll') diff --git a/llvm/test/CodeGen/ARM/fusedMAC.ll b/llvm/test/CodeGen/ARM/fusedMAC.ll index 725dd274e37..d35330c09f5 100644 --- a/llvm/test/CodeGen/ARM/fusedMAC.ll +++ b/llvm/test/CodeGen/ARM/fusedMAC.ll @@ -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) { -- cgit v1.2.3