aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/flow.c
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-16 16:33:50 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:04:33 -0700
commitc040f2e0eedcea68618679bd97e3587fb904f602 (patch)
tree6548a4eea76bb5460930768f272361e83091d5ef /flow.c
parent1a5c1064ecea281f42400bdaf809b8841474af37 (diff)
downloadsparse-dev-c040f2e0eedcea68618679bd97e3587fb904f602.tar.gz
Remove incorrect left-over from (not useful) old load-load
dominance trials.
Diffstat (limited to 'flow.c')
-rw-r--r--flow.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/flow.c b/flow.c
index 408b1aa9..bc0f0d61 100644
--- a/flow.c
+++ b/flow.c
@@ -338,8 +338,6 @@ found:
return 0;
if (dom) {
- if (dom->opcode == OP_LOAD)
- find_dominating_stores(pseudo, dom, ++bb_generation, local);
convert_load_insn(insn, dom->target);
return 1;
}