diff options
author | Maxim Kuvyrkov <mkuvyrkov@ispras.ru> | 2006-03-28 17:33:41 +0000 |
---|---|---|
committer | Maxim Kuvyrkov <mkuvyrkov@gcc.gnu.org> | 2006-03-28 17:33:41 +0000 |
commit | 3cc82eea2bfea5681e8374a85794102b68bdd4be (patch) | |
tree | a1d6247fcff33a23c3d09e0f5da5f44d6739551d /gcc/target.h | |
parent | e8206491f015e63752c9db55d1b887a69d45b6af (diff) | |
download | gcc-3cc82eea2bfea5681e8374a85794102b68bdd4be.zip gcc-3cc82eea2bfea5681e8374a85794102b68bdd4be.tar.gz gcc-3cc82eea2bfea5681e8374a85794102b68bdd4be.tar.bz2 |
2006-03-28 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
Revert my 2006-03-27 patches.
From-SVN: r112456
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/target.h b/gcc/target.h index 66fab12..1b768e4 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -1,6 +1,5 @@ /* Data structure definitions for a generic GCC target. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 - Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -330,7 +329,7 @@ struct gcc_target 0, if current pattern satisfies the requested speculation type, 1, if pattern of the instruction should be changed to the newly generated one. */ - int (* speculate_insn) (rtx, int, rtx *); + int (* speculate_insn) (rtx, HOST_WIDE_INT, rtx *); /* The following member value is a pointer to a function called by the insn scheduler. It should return true if the check instruction |