diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-coalesce-ext.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-coalesce-ext.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-coalesce-ext.ll b/llvm/test/CodeGen/AArch64/arm64-coalesce-ext.ll index 9420bf3bb59..d5064f6d16e 100644 --- a/llvm/test/CodeGen/AArch64/arm64-coalesce-ext.ll +++ b/llvm/test/CodeGen/AArch64/arm64-coalesce-ext.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=arm64 -mtriple=arm64-apple-darwin < %s | FileCheck %s +; RUN: llc -mtriple=arm64-apple-darwin < %s | FileCheck %s ; Check that the peephole optimizer knows about sext and zext instructions. ; CHECK: test1sext define i32 @test1sext(i64 %A, i64 %B, i32* %P, i64 *%P2) nounwind { |