projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2310f1f
)
Fix whitespacing.
author
Mike Stump
<mrs@gcc.gnu.org>
Mon, 30 Oct 2006 05:56:18 +0000
(
05:56
+0000)
committer
Mike Stump
<mrs@gcc.gnu.org>
Mon, 30 Oct 2006 05:56:18 +0000
(
05:56
+0000)
From-SVN: r118173
gcc/tree-vectorizer.c
patch
|
blob
|
history
diff --git
a/gcc/tree-vectorizer.c
b/gcc/tree-vectorizer.c
index d6dc4e35a7d2686ebfd34618024a06e08666cac3..2b0064934d72e0261a24d375b421cca7114135d0 100644
(file)
--- a/
gcc/tree-vectorizer.c
+++ b/
gcc/tree-vectorizer.c
@@
-1332,8
+1332,8
@@
vect_print_dump_info (enum verbosity_levels vl)
if (vect_loop_location == UNKNOWN_LOC)
fprintf (vect_dump, "\n%s:%d: note: ",
-
DECL_SOURCE_FILE (current_function_decl),
-
DECL_SOURCE_LINE (current_function_decl));
+ DECL_SOURCE_FILE (current_function_decl),
+ DECL_SOURCE_LINE (current_function_decl));
else
fprintf (vect_dump, "\n%s:%d: note: ",
LOC_FILE (vect_loop_location), LOC_LINE (vect_loop_location));