summaryrefslogtreecommitdiff
path: root/gcc/rtlanal.c
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-22 15:17:13 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-22 15:17:13 +0000
commit2c641110e905966e02844593cbaf09dfd73f5da4 (patch)
treea91aa9d8fa86ea3ab2913dfe505dc7a143e10554 /gcc/rtlanal.c
parent6e837a926859759654f60bd2a060153cf837d5a4 (diff)
downloadgcc-2c641110e905966e02844593cbaf09dfd73f5da4.tar.gz
Fix obvious typo that produced compile time warning.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24397 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r--gcc/rtlanal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c
index 2d03751f8a6..645946da492 100644
--- a/gcc/rtlanal.c
+++ b/gcc/rtlanal.c
@@ -698,7 +698,7 @@ int
multiple_sets (insn)
rtx insn;
{
- rtx found;
+ int found;
int i;
/* INSN must be an insn. */