Skip to content

Commit 677ced8

Browse files
committed
Require asserts for llvm/test/CodeGen/PowerPC/fence.ll
1 parent 3b16d8c commit 677ced8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/test/CodeGen/PowerPC/fence.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
; RUN: llc < %s -mtriple powerpc64le-unknown-linux -debug-only=machine-scheduler \
77
; RUN: 2>&1 | FileCheck %s --check-prefix=LOG
88

9+
; REQUIRES: asserts
10+
911
define dso_local void @test_builtin_ppc_fence() {
1012
; CHECK-LABEL: test_builtin_ppc_fence:
1113
; CHECK: # %bb.0: # %entry

0 commit comments

Comments
 (0)