OSDN Git Service

ir_to_mesa: Remove stale comment about monoburg.
authorEric Anholt <eric@anholt.net>
Tue, 11 May 2010 07:00:35 +0000 (00:00 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 24 Jun 2010 22:05:20 +0000 (15:05 -0700)
ir_to_mesa.cpp

index 4478625..1485b6a 100644 (file)
  *
  * Translates the IR to ARB_fragment_program text if possible,
  * printing the result
- *
- * The code generation is performed using monoburg.  Because monoburg
- * produces a single C file with the definitions of the node types in
- * it, this file is included from the monoburg output.
  */
 
 /* Quiet compiler warnings due to monoburg not marking functions defined