Skip to content

Commit c478c6f

Browse files
committed
Use -disable-output instead of redirecting to /dev/null in the test
1 parent 25c647a commit c478c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/LoopVectorize/PowerPC/vplan-scalarivsext-crash.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt -passes=loop-vectorize -S < %s > /dev/null
1+
; RUN: opt -passes=loop-vectorize -disable-output -S < %s
22
; REQUIRES: asserts
33

44
target datalayout = "E-m:a-p:32:32-Fi32-i64:64-n32"

0 commit comments

Comments
 (0)