diff options
-rw-r--r-- | test/Transforms/Inline/inline_cleanup.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/Inline/inline_cleanup.ll b/test/Transforms/Inline/inline_cleanup.ll index 9f3951bd07..ee73b0e303 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: } |