summaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r--gcc/libgcc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c
index 88f1fddd3a2..4e4a65c0421 100644
--- a/gcc/libgcc2.c
+++ b/gcc/libgcc2.c
@@ -69,7 +69,7 @@ __negdi2 (DWtype u)
SItype
__addvsi3 (SItype a, SItype b)
{
- SItype w, w1;
+ SItype w;
w = a + b;