From 983ce8da3ce321bed7f8100c00b4aa709528208e Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Mon, 17 Apr 2017 17:22:48 +0200 Subject: Pruning branch of constant type condition. As done in inliner. --- tests/run/if-with-constant-cond.check | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/run/if-with-constant-cond.check (limited to 'tests/run/if-with-constant-cond.check') diff --git a/tests/run/if-with-constant-cond.check b/tests/run/if-with-constant-cond.check new file mode 100644 index 000000000..2e31d4f23 --- /dev/null +++ b/tests/run/if-with-constant-cond.check @@ -0,0 +1,4 @@ +cond1 +then1 +cond2 +else2 -- cgit v1.2.3