diff options
| -rw-r--r-- | polly/test/ScopInfo/read-only-scalar-used-in-phi.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/polly/test/ScopInfo/read-only-scalar-used-in-phi.ll b/polly/test/ScopInfo/read-only-scalar-used-in-phi.ll index b2840d2228d..db1d1d56a2f 100644 --- a/polly/test/ScopInfo/read-only-scalar-used-in-phi.ll +++ b/polly/test/ScopInfo/read-only-scalar-used-in-phi.ll @@ -52,5 +52,6 @@ bb1: br i1 %exitcond, label %bb1, label %bb7 bb7: - ret float %phisum + %phisummerge = phi float [%phisum, %bb1], [0.0, %next] + ret float %phisummerge } |

