From be2df1675df492092b6355803709a62296ad73aa Mon Sep 17 00:00:00 2001
From: Chandler Carruth <chandlerc@gmail.com>
Date: Fri, 6 Apr 2012 17:21:28 +0000
Subject: [PATCH] Tweak this test to ensure the inliner did indeed fire. Thanks
 to Richard Smith for pointing this out in review.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154178 91177308-0d34-0410-b5e6-96231b3b80d8
---
 test/Transforms/Inline/inline_cleanup.ll | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/Transforms/Inline/inline_cleanup.ll b/test/Transforms/Inline/inline_cleanup.ll
index 9f3951bd079..ee73b0e3030 100644
--- a/test/Transforms/Inline/inline_cleanup.ll
+++ b/test/Transforms/Inline/inline_cleanup.ll
@@ -165,6 +165,7 @@ define void @PR12470_outer() {
 ; 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: }