diff options
| -rw-r--r-- | polly/test/Isl/CodeGen/pr25241.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/pr25241.ll b/polly/test/Isl/CodeGen/pr25241.ll index fa20f43..e3cf817 100644 --- a/polly/test/Isl/CodeGen/pr25241.ll +++ b/polly/test/Isl/CodeGen/pr25241.ll @@ -9,7 +9,7 @@ ; CHECK: br label ; CHECK-LABEL: polly.stmt.while.body.740.region_exiting: -; CHECKL %polly.curr.3.ph = phi i32 [ undef, %polly.stmt.if.else.864 ], [ %[[R1]], %polly.stmt.if.then.862 ] +; CHECK: %polly.curr.3.ph = phi i32 [ undef, %polly.stmt.if.else.864 ], [ %[[R1]], %polly.stmt.if.then.862 ] ; CHECK: br label |
