summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/zero-cycle-zero.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/zero-cycle-zero.ll')
-rw-r--r--test/CodeGen/ARM/zero-cycle-zero.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/zero-cycle-zero.ll b/test/CodeGen/ARM/zero-cycle-zero.ll
index 4e8696f4418ac..2022d88dd0eef 100644
--- a/test/CodeGen/ARM/zero-cycle-zero.ll
+++ b/test/CodeGen/ARM/zero-cycle-zero.ll
@@ -1,5 +1,5 @@
; RUN: llc -mtriple=armv8 -mcpu=cyclone < %s | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-NOTSWIFT
-; RUN: llc -mtriple=armv8 -mcpu=swift < %s | FileCheck %s --check-prefix=CHECK
+; RUN: llc -mtriple=armv8 -mcpu=swift < %s | FileCheck %s
; RUN: llc -mtriple=armv8 -mcpu=cortex-a57 < %s | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-NOTSWIFT
declare arm_aapcs_vfpcc void @take_vec64(<2 x i32>)