diff options
author | Brian <[email protected]> | 2007-03-08 11:16:13 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-03-08 11:16:13 -0700 |
commit | cce4e505690f3d5aef630bd4c4c4a455f08519a1 (patch) | |
tree | e2e939fadecf5f89629f43fcd0ecd15b66278f4e /src/mesa/shader/slang/slang_ir.h | |
parent | 63772e2a2c0d67a88816bfb52a250b86ecd97f20 (diff) |
IR_CJUMP0/1 no longer used/needed
Diffstat (limited to 'src/mesa/shader/slang/slang_ir.h')
-rw-r--r-- | src/mesa/shader/slang/slang_ir.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/shader/slang/slang_ir.h b/src/mesa/shader/slang/slang_ir.h index cd1f6060120..d2985eabfe0 100644 --- a/src/mesa/shader/slang/slang_ir.h +++ b/src/mesa/shader/slang/slang_ir.h @@ -50,8 +50,6 @@ typedef enum IR_LABEL, /* target of a jump or cjump */ IR_JUMP, /* unconditional jump */ - IR_CJUMP0, /* conditional jump if zero */ - IR_CJUMP1, /* conditional jump if one (or non-zero) */ IR_COND, /* conditional expression/predicate */ IR_IF, /* high-level IF/then/else */ |