projects
/
interaspect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
179400f
)
Fixed whitespace errors.
author
Justin Seyster
<jseyster@cs.sunysb.edu>
Tue, 6 Jul 2010 22:25:32 +0000
(18:25 -0400)
committer
Justin Seyster
<jseyster@cs.sunysb.edu>
Tue, 6 Jul 2010 22:25:32 +0000
(18:25 -0400)
src/aop-main.c
patch
|
blob
|
history
diff --git
a/src/aop-main.c
b/src/aop-main.c
index 9b6a56354152275fe8119068cea16e6126650f6c..1a75dfc48d878f2ab453fd9be90f645656fdede2 100644
(file)
--- a/
src/aop-main.c
+++ b/
src/aop-main.c
@@
-65,7
+65,7
@@
regimplify ()
FOR_EACH_BB(bb)
{
gimple_stmt_iterator gsi;
-
+
for (gsi = gsi_start_bb (bb) ; !gsi_end_p (gsi) ; gsi_next (&gsi))
{
gimple stmt = gsi_stmt (gsi);
@@
-86,7
+86,7
@@
aop_join_on (struct aop_pointcut *pc, join_callback callback,
if (pc->need_regimplification) {
regimplify();
pc->need_regimplification = false;
- }
+ }
}
/* Store a list of all struct opt_pass objects we create so that we