diff options
-rw-r--r-- | test/Transforms/Inline/inline_cleanup.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/inline_cleanup.ll b/test/Transforms/Inline/inline_cleanup.ll index 1dd94f3e6c..9f3951bd07 100644 --- a/test/Transforms/Inline/inline_cleanup.ll +++ b/test/Transforms/Inline/inline_cleanup.ll @@ -163,7 +163,7 @@ if.end5: define void @PR12470_outer() { ; This previously crashed during inliner cleanup and folding inner return ; instructions. Check that we don't crash and we produce a function with a single -; crash. +; return instruction due to merging the returns of the inlined function. ; CHECK: define void @PR12470_outer ; CHECK: ret void ; CHECK-NOT: ret void |