aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/inline_cleanup.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/inline_cleanup.ll')
-rw-r--r--test/Transforms/Inline/inline_cleanup.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/Transforms/Inline/inline_cleanup.ll b/test/Transforms/Inline/inline_cleanup.ll
index cf57cf0..27ee617 100644
--- a/test/Transforms/Inline/inline_cleanup.ll
+++ b/test/Transforms/Inline/inline_cleanup.ll
@@ -130,16 +130,6 @@ define void @outer2(i32 %z, i1 %b) {
; make it through inlining.
; CHECK: define void @outer2
; CHECK-NOT: call
-;
-; FIXME: Currently, we aren't smart enough to delete the last dead basic block.
-; However, we do make the condition a constant. Check that at least until we can
-; start removing the block itself.
-; CHECK: br i1 false, label %[[LABEL:[a-z0-9_.]+]],
-; CHECK-NOT: call
-; CHECK: [[LABEL]]:
-; CHECK-NEXT: call void @f(i32 10)
-; CHECK-NOT: call
-;
; CHECK: ret void
entry: