[llvm-commits] [llvm] r154158 - /llvm/trunk/test/Transforms/Inline/inline_cleanup.ll

Chandler Carruth chandlerc at gmail.com
Thu Apr 5 18:19:38 PDT 2012


Author: chandlerc
Date: Thu Apr  5 20:19:38 2012
New Revision: 154158

URL: http://llvm.org/viewvc/llvm-project?rev=154158&view=rev
Log:
Actually finish this sentence in the comment the way I intended. Thanks
Matt for pointing this out.

Modified:
    llvm/trunk/test/Transforms/Inline/inline_cleanup.ll

Modified: llvm/trunk/test/Transforms/Inline/inline_cleanup.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/Inline/inline_cleanup.ll?rev=154158&r1=154157&r2=154158&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/Inline/inline_cleanup.ll (original)
+++ llvm/trunk/test/Transforms/Inline/inline_cleanup.ll Thu Apr  5 20:19:38 2012
@@ -163,7 +163,7 @@
 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





More information about the llvm-commits mailing list