fehler65 (from 253.perl)
[libfirm] / ir / be / test / fcall.c
index 8efec74..1657673 100644 (file)
@@ -4,6 +4,8 @@ float a;
 
 int main()
 {
+       /* tests for problems in x87 simulator when results of a call are not
+        * used */
        float b = a;
        sqrt(a);
        printf("%f\n", b);