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

Chandler Carruth chandlerc at gmail.com
Fri Apr 6 10:21:28 PDT 2012


Author: chandlerc
Date: Fri Apr  6 12:21:28 2012
New Revision: 154178

URL: http://llvm.org/viewvc/llvm-project?rev=154178&view=rev
Log:
Tweak this test to ensure the inliner did indeed fire. Thanks to Richard
Smith for pointing this out in review.

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=154178&r1=154177&r2=154178&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/Inline/inline_cleanup.ll (original)
+++ llvm/trunk/test/Transforms/Inline/inline_cleanup.ll Fri Apr  6 12:21:28 2012
@@ -165,6 +165,7 @@
 ; instructions. Check that we don't crash and we produce a function with a single
 ; return instruction due to merging the returns of the inlined function.
 ; CHECK: define void @PR12470_outer
+; CHECK-NOT: call
 ; CHECK: ret void
 ; CHECK-NOT: ret void
 ; CHECK: }





More information about the llvm-commits mailing list