summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2014-04-23 10:49:48 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2014-04-23 10:49:48 +0000
commitb3fba3cd910887e6f0a93df245c37cd654df3635 (patch)
tree915ca394374373a095612e1445e1f45154f3d0a5 /gcc/emit-rtl.c
parent3ac3d9055e4c68394d4c0e134a64449f170fd3cf (diff)
downloadgcc-b3fba3cd910887e6f0a93df245c37cd654df3635.tar.gz
Formatting and typo fixes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@209691 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r--gcc/emit-rtl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c
index f98d4940495..92ab00347ef 100644
--- a/gcc/emit-rtl.c
+++ b/gcc/emit-rtl.c
@@ -213,8 +213,8 @@ static int
const_wide_int_htab_eq (const void *x, const void *y)
{
int i;
- const_rtx xr = (const_rtx)x;
- const_rtx yr = (const_rtx)y;
+ const_rtx xr = (const_rtx) x;
+ const_rtx yr = (const_rtx) y;
if (CONST_WIDE_INT_NUNITS (xr) != CONST_WIDE_INT_NUNITS (yr))
return 0;