summaryrefslogtreecommitdiffstats
path: root/src/glsl/tests/lower_jumps/lower_breaks_4.opt_test.expected
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/tests/lower_jumps/lower_breaks_4.opt_test.expected')
-rw-r--r--src/glsl/tests/lower_jumps/lower_breaks_4.opt_test.expected7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/glsl/tests/lower_jumps/lower_breaks_4.opt_test.expected b/src/glsl/tests/lower_jumps/lower_breaks_4.opt_test.expected
deleted file mode 100644
index ecf28c4..0000000
--- a/src/glsl/tests/lower_jumps/lower_breaks_4.opt_test.expected
+++ /dev/null
@@ -1,7 +0,0 @@
-((declare (in) float b) (declare (out) float a)
- (function main
- (signature void (parameters)
- ((loop
- ((assign (x) (var_ref a) (constant float (1.000000)))
- (if (expression bool > (var_ref b) (constant float (0.000000))) ()
- (break))))))))