make the indvar obviously non-canonical

llvm-svn: 9070
This commit is contained in:
Chris Lattner 2003-10-13 03:31:42 +00:00
parent 7cce14bfbf
commit c3ad6e0b1f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
int %test(bool %C) {
br label %Loop
Loop:
%IV = phi uint [0, %0], [%IV2, %BE1], [%IV2, %BE2]
%IV = phi uint [1, %0], [%IV2, %BE1], [%IV2, %BE2]
%IV2 = add uint %IV, 2
br bool %C, label %BE1, label %BE2
BE1: