aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/func-argpassing.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/func-argpassing.ll')
-rw-r--r--test/CodeGen/AArch64/func-argpassing.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/func-argpassing.ll b/test/CodeGen/AArch64/func-argpassing.ll
index 2ea13e388867..cf6545dab385 100644
--- a/test/CodeGen/AArch64/func-argpassing.ll
+++ b/test/CodeGen/AArch64/func-argpassing.ll
@@ -1,4 +1,4 @@
-; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu -disable-post-ra | FileCheck --check-prefix=CHECK %s
+; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu -disable-post-ra | FileCheck %s
; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu -mattr=-fp-armv8 -disable-post-ra | FileCheck --check-prefix=CHECK-NOFP %s
%myStruct = type { i64 , i8, i32 }