diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-12-08 21:37:42 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:05:45 -0700 |
| commit | 346edcb8b1f89644f0e7fd88e13b2a4ddeb89189 (patch) | |
| tree | 816fc87621d49d0f63fc0d2ccc629cd309c340cd /example.c | |
| parent | 45d84a60ee3f3f30ed1a41e39237d6fe53efdda7 (diff) | |
| download | sparse-dev-346edcb8b1f89644f0e7fd88e13b2a4ddeb89189.tar.gz | |
Remove some stale (and very confusing) register instantiation.
Diffstat (limited to 'example.c')
| -rw-r--r-- | example.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -386,7 +386,7 @@ static void mark_pseudo_dead(pseudo_t pseudo) static void generate_phisource(struct instruction *insn, struct bb_state *state) { struct instruction *user = first_instruction(insn->phi_users); - struct hardreg *reg = getreg(state, insn->phi_src); + struct hardreg *reg; if (!user) return; |
