From f2731a7314a64abf221b4ab09d08bac498bace78 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 18 Jul 2001 02:08:32 +0000 Subject: [PATCH] add cse opts --- tools/qfcc/TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/qfcc/TODO b/tools/qfcc/TODO index 8388401b0..73316e165 100644 --- a/tools/qfcc/TODO +++ b/tools/qfcc/TODO @@ -10,3 +10,4 @@ o native integer type o quaternion type o ?: operator o = operator ( var += expr, etc. ) +o CSE optimisations