diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-shifted-sext.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-shifted-sext.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-shifted-sext.ll b/llvm/test/CodeGen/AArch64/arm64-shifted-sext.ll index 71f15b1222b..cbdf6d3dd30 100644 --- a/llvm/test/CodeGen/AArch64/arm64-shifted-sext.ll +++ b/llvm/test/CodeGen/AArch64/arm64-shifted-sext.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=arm64 -mtriple=arm64-apple-ios < %s | FileCheck %s +; RUN: llc < %s -mtriple=arm64-apple-ios | FileCheck %s ; ; <rdar://problem/13820218> |