repaired removed C++ comments
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Mon, 3 May 2004 09:31:18 +0000 (09:31 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Mon, 3 May 2004 09:31:18 +0000 (09:31 +0000)
[r2841]

testprograms/endless_loop.c
testprograms/if_while_example.c
testprograms/three_cfpred_example.c
testprograms/while_example.c

index 4410e19..50c5158 100644 (file)
@@ -24,9 +24,9 @@
 *
 *  VAR_A is some extern variable.
 *
-*  main(int a) {        /*  pos 0 */
-*    int b = 1;         /*  pos 1 */
-*    int h;             /*  pos 2 */
+*  main(int a) {        /*  pos 0 *
+*    int b = 1;         /*  pos 1 *
+*    int h;             /*  pos 2 *
 *
 *    while (0 == 0) loop {
 *      h = a;
index 63a6f30..420e515 100644 (file)
@@ -23,9 +23,9 @@
 *  This file constructs the ir for the following pseudo-program:
 *
 *  main() {
-*    int a = 0;         /*  pos 0 */
-*    int b = 1;         /*  pos 1 */
-*    int h;             /*  pos 2 */
+*    int a = 0;         /*  pos 0 *
+*    int b = 1;         /*  pos 1 *
+*    int h;             /*  pos 2 *
 *
 *    if (0 == 0)
 *      { a = 2; }
index 9c6ae82..177c2d7 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;
index fa8c012..d01e755 100644 (file)
@@ -21,9 +21,9 @@
 /**
 *  This file constructs the ir for the following pseudo-program:
 *
-*  main(int a) {        /*  pos 0 */
-*    int b = 1;         /*  pos 1 */
-*    int h;             /*  pos 2 */
+*  main(int a) {        /*  pos 0 *
+*    int b = 1;         /*  pos 1 *
+*    int h;             /*  pos 2 *
 *
 *    while (0 == 2) loop {
 *      h = a;