summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/tail-call.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/tail-call.ll')
-rw-r--r--test/CodeGen/AArch64/tail-call.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/tail-call.ll b/test/CodeGen/AArch64/tail-call.ll
index da05848dcc..b3841fac68 100644
--- a/test/CodeGen/AArch64/tail-call.ll
+++ b/test/CodeGen/AArch64/tail-call.ll
@@ -1,4 +1,3 @@
-; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu -tailcallopt | FileCheck %s
; RUN: llc -verify-machineinstrs < %s -mtriple=arm64-none-linux-gnu -tailcallopt | FileCheck --check-prefix=CHECK-ARM64 %s
declare fastcc void @callee_stack0()