diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/fp-dp3.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/fp-dp3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/fp-dp3.ll b/llvm/test/CodeGen/AArch64/fp-dp3.ll index 84f34567b19..39db9be1577 100644 --- a/llvm/test/CodeGen/AArch64/fp-dp3.ll +++ b/llvm/test/CodeGen/AArch64/fp-dp3.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=aarch64 -fp-contract=fast | FileCheck %s +; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu -fp-contract=fast | FileCheck %s declare float @llvm.fma.f32(float, float, float) declare double @llvm.fma.f64(double, double, double) |