* trans-intrinsic.c: Comment fixes.

From-SVN: r88126
This commit is contained in:
Tobias Schlüter 2004-09-26 16:24:07 +02:00 committed by Tobias Schlüter
parent 628f3b6363
commit 68629d160e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2004-09-26 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* trans-intrinsic.c: Comment fixes.
2004-09-25 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* decl.c (add_init_expr_to_sym, variable_decl): Comment fixes.

View file

@ -2410,7 +2410,7 @@ call_builtin_clz (tree result_type, tree op0)
}
/* Generate code for SPACING (X) intrinsic function. We generate:
t = expn - (BITS_OF_FRACTION)
res = t << (BITS_OF_FRACTION)
if (t < 0)