aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkelvin <kelvin@138bc75d-0d04-0410-961f-82ee72b054a4>2015-11-06 19:21:53 +0000
committerkelvin <kelvin@138bc75d-0d04-0410-961f-82ee72b054a4>2015-11-06 19:21:53 +0000
commitc656152624dd7c3962eb72710242ba345b58345b (patch)
tree881add7b946d69e1ce24cc20a11448b56c18e3e4
parenta363fd6065577d02237bcd90f827dd4230a794e9 (diff)
insert space into invocation of check_loop_frequency_integrity
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/ibm/kelvin-1@229881 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/cfgloopmanip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgloopmanip.c b/gcc/cfgloopmanip.c
index 5ad1019db9d..0e3a0db5e1d 100644
--- a/gcc/cfgloopmanip.c
+++ b/gcc/cfgloopmanip.c
@@ -2134,7 +2134,7 @@ duplicate_loop_to_header_edge (struct loop *loop, edge e,
/* This function call is strictly paranoia. it makes no changes
* to the data structures.
*/
- check_loop_frequency_integrity(loop);
+ check_loop_frequency_integrity (loop);
#endif
return true;