Added stickyness
[libfirm] / testprograms / three_cfpred_example.c
index 9c6ae82..2c283a1 100644 (file)
@@ -40,9 +40,9 @@
  *   This is a program as, e.g.,
  *
  *   if () then
- *     { Jmp label1; } /*  happens anyways  */
+ *     { Jmp label1; } //  happens anyways
  *   else
- *     { Jmp label1; } /*  happens anyways  */
+ *     { Jmp label1; } //  happens anyways
  * label1:
  *   return();
  *   Jmp label1;