diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-cast-opt.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-cast-opt.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-cast-opt.ll b/llvm/test/CodeGen/AArch64/arm64-cast-opt.ll index 463add5688e..2f5d16b2579 100644 --- a/llvm/test/CodeGen/AArch64/arm64-cast-opt.ll +++ b/llvm/test/CodeGen/AArch64/arm64-cast-opt.ll @@ -1,4 +1,4 @@ -; RUN: llc -O3 -march=arm64 -mtriple arm64-apple-ios5.0.0 < %s | FileCheck %s +; RUN: llc -O3 -mtriple arm64-apple-ios5.0.0 < %s | FileCheck %s ; <rdar://problem/15992732> ; Zero truncation is not necessary when the values are extended properly ; already. |