forked from OSchip/llvm-project
Fix this testcase to fail if the bug were reintroduced.
llvm-svn: 35776
This commit is contained in:
parent
fe507270ac
commit
ecff285e49
llvm/test/Analysis/Dominators
|
@ -1,4 +1,4 @@
|
|||
; RUN: llvm-as < %s | opt -break-crit-edges -domtree -disable-output
|
||||
; RUN: llvm-as < %s | opt -idom -break-crit-edges -domtree -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 }
|
||||
|
|
Loading…
Reference in New Issue