diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-prefetch.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-prefetch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-prefetch.ll b/llvm/test/CodeGen/AArch64/arm64-prefetch.ll index bdeacb231fd..733ba94b110 100644 --- a/llvm/test/CodeGen/AArch64/arm64-prefetch.ll +++ b/llvm/test/CodeGen/AArch64/arm64-prefetch.ll @@ -1,4 +1,4 @@ -; RUN: llc %s -march arm64 -o - | FileCheck %s +; RUN: llc < %s -mtriple=arm64-eabi | FileCheck %s @a = common global i32* null, align 8 |