diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2012-04-06 17:21:28 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2012-04-06 17:21:28 +0000 |
commit | e547fefcb780d8a19d62ec4646f2aca463861846 (patch) | |
tree | 74a294b98468540cdb394f0ed2a25edcb5f9115f | |
parent | 69a125bf02d608b37880401c0494f589b4999cf1 (diff) | |
download | bcm5719-llvm-e547fefcb780d8a19d62ec4646f2aca463861846.tar.gz bcm5719-llvm-e547fefcb780d8a19d62ec4646f2aca463861846.zip |
Tweak this test to ensure the inliner did indeed fire. Thanks to Richard
Smith for pointing this out in review.
llvm-svn: 154178
-rw-r--r-- | llvm/test/Transforms/Inline/inline_cleanup.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/Inline/inline_cleanup.ll b/llvm/test/Transforms/Inline/inline_cleanup.ll index 9f3951bd079..ee73b0e3030 100644 --- a/llvm/test/Transforms/Inline/inline_cleanup.ll +++ b/llvm/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: } |