summaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyCFG/basictest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SimplifyCFG/basictest.ll')
-rw-r--r--test/Transforms/SimplifyCFG/basictest.ll9
1 files changed, 7 insertions, 2 deletions
diff --git a/test/Transforms/SimplifyCFG/basictest.ll b/test/Transforms/SimplifyCFG/basictest.ll
index 468b6ed..a829e03 100644
--- a/test/Transforms/SimplifyCFG/basictest.ll
+++ b/test/Transforms/SimplifyCFG/basictest.ll
@@ -21,5 +21,10 @@ BB1: ; preds = %0, %0
}
-
-
+define void @test4() {
+entry:
+ br label %return
+return:
+ ret void
+}
+@test4g = global i8* blockaddress(@test4, %return)
OpenPOWER on IntegriCloud