UPSTREAM: util/romcc: remove self-assignment
Change-Id: I0f78b55b28011cdefc90665bca2a7ea17647e955 Original-Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Found-by: Coverity Scan #1129127 Original-Reviewed-on: https://review.coreboot.org/17885 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Martin Roth <martinroth@google.com> Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/421219 Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
This commit is contained in:
parent
7cd937c15c
commit
bd3c7e71f8
1 changed files with 0 additions and 1 deletions
|
|
@ -20919,7 +20919,6 @@ static void scc_visit_phi(struct compile_state *state, struct scc_state *scc,
|
|||
}
|
||||
/* meet(X, lattice high) = X */
|
||||
else if (is_lattice_hi(state, tmp)) {
|
||||
lnode->val = lnode->val;
|
||||
}
|
||||
/* meet(lattice high, X) = X */
|
||||
else if (is_lattice_hi(state, lnode)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue