diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-complex-ret.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-complex-ret.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-complex-ret.ll b/llvm/test/CodeGen/AArch64/arm64-complex-ret.ll index 93d50a59861..250edac553c 100644 --- a/llvm/test/CodeGen/AArch64/arm64-complex-ret.ll +++ b/llvm/test/CodeGen/AArch64/arm64-complex-ret.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=arm64 -o - %s | FileCheck %s +; RUN: llc -mtriple=arm64-eabi -o - %s | FileCheck %s define { i192, i192, i21, i192 } @foo(i192) { ; CHECK-LABEL: foo: |