From: Jan Hubicka Date: Sat, 11 Nov 2006 16:57:13 +0000 (+0000) Subject: Oops, commited wrong variant of patch in last commit, this is the diff X-Git-Tag: releases/gcc-4.3.0~8530 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9871e7a0c5d5a26d76d9c919c9ea242fd1878a51;p=thirdparty%2Fgcc.git Oops, commited wrong variant of patch in last commit, this is the diff to correct one. From-SVN: r118698 --- diff --git a/gcc/builtins.c b/gcc/builtins.c index 5aa9e6fe456d..3d82b6b2eb8f 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)