r600g: revert unintentional commit
[mesa.git] / src / glsl / opt_if_simplification.cpp
index 021615ebd126f686dc111cfe293ad1d856bade81..618bacfecf17ea2a6cc4666af2bdfa67a207e64d 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 /**
- * \file ir_if_simplification.cpp
+ * \file opt_if_simplification.cpp
  *
  * Moves constant branches of if statements out to the surrounding
  * instruction stream.