diff options
author | mkuvyrkov <mkuvyrkov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-28 17:33:41 +0000 |
---|---|---|
committer | mkuvyrkov <mkuvyrkov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-03-28 17:33:41 +0000 |
commit | b2814640b77ff0aa10d5060e03dffd141891e70f (patch) | |
tree | a1d6247fcff33a23c3d09e0f5da5f44d6739551d /gcc/target.h | |
parent | c348f27f02731704ee3e33e5d541060f865a75b7 (diff) | |
download | gcc-b2814640b77ff0aa10d5060e03dffd141891e70f.tar.gz |
2006-03-28 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
Revert my 2006-03-27 patches.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112456 138bc75d-0d04-0410-961f-82ee72b054a4
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 66fab12f008..1b768e4f49c 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 |