Actually finish this sentence in the comment the way I intended. Thanks
authorChandler Carruth <chandlerc@gmail.com>
Fri, 6 Apr 2012 01:19:38 +0000 (01:19 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 6 Apr 2012 01:19:38 +0000 (01:19 +0000)
Matt for pointing this out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154158 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Inline/inline_cleanup.ll

index 1dd94f3e6c53f04f4e461c9404ac02fa2eae400b..9f3951bd079be1b25c4ec8bcb051c7a5f67da96a 100644 (file)
@@ -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