forked from OSchip/llvm-project
Tweak testcase to work with new indvars pass
llvm-svn: 12621
This commit is contained in:
parent
e61b67d7d5
commit
2c416ae11f
|
@ -1,4 +1,4 @@
|
|||
; RUN: llvm-as < %s | opt -indvars | llvm-dis | grep -C1 Loop: | grep Canonical
|
||||
; RUN: llvm-as < %s | opt -indvars | llvm-dis | grep -C1 Loop: | grep %indvar
|
||||
|
||||
; The indvar simplification code should ensure that the first PHI in the block
|
||||
; is the canonical one!
|
||||
|
|
Loading…
Reference in New Issue