* trans-intrinsic.c: Comment fixes.
From-SVN: r88126
This commit is contained in:
parent
628f3b6363
commit
68629d160e
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue