Skip to content

Commit fc1af6d

Browse files
boomanaiden154akadutta
authored andcommitted
[LoopSimplifyCFG] Remove Extra Redirection From Test
This test would redirect stderr into /dev/null for no reason. Update it to better match the tests around it. This extra indirection also caused the test to not play nicely with lit's internal shell with profcheck enabled. Related to llvm#162966.
1 parent 7f9f2d4 commit fc1af6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/LoopSimplifyCFG/pr117537.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
2-
; RUN: opt -S -passes='print<scalar-evolution>,loop-mssa(licm,loop-simplifycfg,loop-predication)' -verify-scev < %s 2>/dev/null | FileCheck %s
2+
; RUN: opt -S -passes='print<scalar-evolution>,loop-mssa(licm,loop-simplifycfg,loop-predication)' -verify-scev < %s | FileCheck %s
33

44
; Make sure we don't assert due to insufficient SCEV invalidation.
55

0 commit comments

Comments
 (0)