diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/callee-save.ll')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/callee-save.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/callee-save.ll b/llvm/test/CodeGen/AArch64/callee-save.ll index 18d2d82ed80..6a2832ceaad 100644 --- a/llvm/test/CodeGen/AArch64/callee-save.ll +++ b/llvm/test/CodeGen/AArch64/callee-save.ll @@ -1,5 +1,5 @@ ; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s -; RUN: llc -verify-machineinstrs -o - %s -mtriple=arm64 | FileCheck %s --check-prefix=CHECK-ARM64 +; RUN: llc -verify-machineinstrs -o - %s -mtriple=arm64-apple-ios7.0 | FileCheck %s --check-prefix=CHECK-ARM64 @var = global float 0.0 |

