1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00

Remove useless pass from the pipeline in test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll.

llvm-svn: 276644
This commit is contained in:
Wei Mi 2016-07-25 16:27:34 +00:00
parent 9b5d973061
commit 5534e22fe5

View File

@ -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 }