summaryrefslogtreecommitdiff
path: root/gcc/read-rtl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/read-rtl.c')
-rw-r--r--gcc/read-rtl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/read-rtl.c b/gcc/read-rtl.c
index 5c65e26b02d..9f922ae8cd9 100644
--- a/gcc/read-rtl.c
+++ b/gcc/read-rtl.c
@@ -1483,7 +1483,7 @@ read_rtx_1 (FILE *infile, struct map_value **mode_maps)
if (c == EOF)
return 0;
-
+
if (c != '(')
fatal_expected_char (infile, '(', c);
@@ -1738,7 +1738,7 @@ read_rtx_variadic (FILE *infile, struct map_value **mode_maps, rtx form)
XEXP (q, 0) = XEXP (p, 1);
XEXP (q, 1) = read_rtx_1 (infile, mode_maps);
-
+
XEXP (p, 1) = q;
p = q;
c = read_skip_spaces (infile);