set UseHighLevelInstructions = false for now

This commit is contained in:
Brian 2007-02-05 15:00:48 -07:00
parent cf92c72797
commit 5e73284cee

View file

@ -47,7 +47,7 @@
#include "slang_print.h"
static GLboolean UseHighLevelInstructions = GL_TRUE;
static GLboolean UseHighLevelInstructions = GL_FALSE;
static slang_ir_node *
_slang_gen_operation(slang_assemble_ctx * A, slang_operation *oper);