From 9871e7a0c5d5a26d76d9c919c9ea242fd1878a51 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Sat, 11 Nov 2006 16:57:13 +0000 Subject: [PATCH] Oops, commited wrong variant of patch in last commit, this is the diff to correct one. From-SVN: r118698 --- gcc/builtins.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/builtins.c b/gcc/builtins.c index 5aa9e6fe456..3d82b6b2eb8 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)