diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2006-11-11 16:57:13 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2006-11-11 16:57:13 +0000 |
commit | 9871e7a0c5d5a26d76d9c919c9ea242fd1878a51 (patch) | |
tree | 03464b3194855e7aae54ee3972c97caaac79d8ff /gcc | |
parent | 0817c46a989afbeedbf5fc68f12d730185d07f6d (diff) | |
download | gcc-9871e7a0c5d5a26d76d9c919c9ea242fd1878a51.zip gcc-9871e7a0c5d5a26d76d9c919c9ea242fd1878a51.tar.gz gcc-9871e7a0c5d5a26d76d9c919c9ea242fd1878a51.tar.bz2 |
Oops, commited wrong variant of patch in last commit, this is the diff
to correct one.
From-SVN: r118698
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/builtins.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index 5aa9e6f..3d82b6b 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -4701,7 +4701,6 @@ static rtx expand_builtin_expect (tree arglist, rtx target) { tree exp, c; - rtx note, rtx_c; if (arglist == NULL_TREE || TREE_CHAIN (arglist) == NULL_TREE) |