diff options
author | Roger Sayle <roger@eyesopen.com> | 2005-04-05 01:38:56 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2005-04-05 01:38:56 +0000 |
commit | acaa3bf7a13e5589d1b554c1a13432900ee2d219 (patch) | |
tree | 66c4c419405bc69ccb2b5048d909db3ec6d2d81e /gcc/fold-const.c | |
parent | 604f5adf98a598801856cbf365c6136f6eee7464 (diff) | |
download | gcc-acaa3bf7a13e5589d1b554c1a13432900ee2d219.zip gcc-acaa3bf7a13e5589d1b554c1a13432900ee2d219.tar.gz gcc-acaa3bf7a13e5589d1b554c1a13432900ee2d219.tar.bz2 |
i386.md (*truncdfsf2_i387_1): New pattern.
* config/i386/i386.md (*truncdfsf2_i387_1): New pattern.
* fold-const.c (maybe_lvalue_p): Delete orphaned comment.
From-SVN: r97594
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index efbf8ed..c59a981 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -2005,7 +2005,6 @@ fold_convert (tree type, tree arg) /* Return false if expr can be assumed not to be an value, true otherwise. */ -/* Return an expr equal to X but certainly not valid as an lvalue. */ static bool maybe_lvalue_p (tree x) |