mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 16:46:50 +00:00
Avoid depending on LCSSA implicitly pulling in LoopSimplify.
llvm-svn: 109410
This commit is contained in:
parent
b74844aa94
commit
48bddf693c
@ -1,6 +1,6 @@
|
||||
; RUN: opt < %s -lcssa -S | \
|
||||
; RUN: opt < %s -loopsimplify -lcssa -S | \
|
||||
; RUN: grep {%%SJE.0.0.lcssa = phi .struct.SetJmpMapEntry}
|
||||
; RUN: opt < %s -lcssa -S | \
|
||||
; RUN: opt < %s -loopsimplify -lcssa -S | \
|
||||
; RUN: grep {%%SJE.0.0.lcssa1 = phi .struct.SetJmpMapEntry}
|
||||
|
||||
%struct.SetJmpMapEntry = type { i8*, i32, %struct.SetJmpMapEntry* }
|
||||
|
Loading…
Reference in New Issue
Block a user