diff options
author | Brian <[email protected]> | 2007-03-28 14:38:36 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-03-28 14:38:36 -0600 |
commit | 3b7f2f53a222b06ca14fff44b5e1143e1b41e390 (patch) | |
tree | fa14b33344efa1fe6a2242b716486c019e0865e1 /src/mesa/shader/slang/slang_ir.h | |
parent | 8128f7143d9c3768df4cf669e97777e021db127a (diff) |
remove IR_BREAK_IF_FALSE
Diffstat (limited to 'src/mesa/shader/slang/slang_ir.h')
-rw-r--r-- | src/mesa/shader/slang/slang_ir.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/shader/slang/slang_ir.h b/src/mesa/shader/slang/slang_ir.h index a183ea62e2f..69db4b5451e 100644 --- a/src/mesa/shader/slang/slang_ir.h +++ b/src/mesa/shader/slang/slang_ir.h @@ -73,7 +73,6 @@ typedef enum IR_BREAK, /* break loop */ IR_BREAK_IF_TRUE, - IR_BREAK_IF_FALSE, IR_CONT_IF_TRUE, /* Children[0] = the condition expression */ |