diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-16 16:33:50 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:04:33 -0700 |
| commit | c040f2e0eedcea68618679bd97e3587fb904f602 (patch) | |
| tree | 6548a4eea76bb5460930768f272361e83091d5ef | |
| parent | 1a5c1064ecea281f42400bdaf809b8841474af37 (diff) | |
| download | sparse-dev-c040f2e0eedcea68618679bd97e3587fb904f602.tar.gz | |
Remove incorrect left-over from (not useful) old load-load
dominance trials.
| -rw-r--r-- | flow.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; } |
