Skip to content

Commit

Permalink
Remove useless pass from the pipeline in test/Analysis/Dominators/200…
Browse files Browse the repository at this point in the history
…7-01-14-BreakCritEdges.ll.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276644 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
wmi-11 committed Jul 25, 2016
1 parent 94d4517 commit feca1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; RUN: opt < %s -domtree -break-crit-edges -domtree -disable-output
; RUN: opt < %s -passes='require<domtree>,break-crit-edges,require<domtree>' -disable-output
; RUN: opt < %s -domtree -break-crit-edges -disable-output
; RUN: opt < %s -passes='require<domtree>,break-crit-edges' -disable-output
; PR1110

%struct.OggVorbis_File = type { i8*, i32, i64, i64, %struct.ogg_sync_state, i32, i64*, i64*, i32*, i64*, %struct.vorbis_info*, %struct.vorbis_comment*, i64, i32, i32, i32, double, double, %struct.ogg_stream_state, %struct.vorbis_dsp_state, %struct.vorbis_block, %struct.ov_callbacks }
Expand Down

0 comments on commit feca1db

Please sign in to comment.