diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/floatdp_1source.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/floatdp_1source.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/floatdp_1source.ll b/llvm/test/CodeGen/AArch64/floatdp_1source.ll index 0f10b42c0b5..c94ba9b57b5 100644 --- a/llvm/test/CodeGen/AArch64/floatdp_1source.ll +++ b/llvm/test/CodeGen/AArch64/floatdp_1source.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=aarch64 | FileCheck %s +; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s @varhalf = global half 0.0 @varfloat = global float 0.0 |