diff options
author | Michael Kruse <llvm@meinersbur.de> | 2015-10-19 10:51:20 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2015-10-19 10:51:20 +0000 |
commit | 48ea8efd59537adf0338c3bd6236a22cb005a155 (patch) | |
tree | a4c5357a9c88ea0bec9626919fd4fb02e0426c75 /polly | |
parent | e5c485c70b9a2295b820aa2fa1933509fa807d32 (diff) | |
download | bcm5719-llvm-48ea8efd59537adf0338c3bd6236a22cb005a155.tar.gz bcm5719-llvm-48ea8efd59537adf0338c3bd6236a22cb005a155.zip |
Correct typo in CHECK line
Thanks Tobias for the hint.
llvm-svn: 250695
Diffstat (limited to 'polly')
-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 fa20f43007a..e3cf817d25c 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 |