|
|
|
Re: [PATCH] memops.c: fix load instruction simplification | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
Semantically same as previous, I should have noticed that I can use pseudo
directly. Also, may the assert denote the original intention?
Signed-off-by: Jan Pokorny <pokorny_jan@xxxxxxxxx>
---
memops.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/memops.c b/memops.c
index 45bd340..3178af9 100644
--- a/memops.c
+++ b/memops.c
@@ -126,7 +126,7 @@ static void simplify_loads(struct basic_block *bb)
if (!dominators) {
if (local) {
assert(pseudo->type != PSEUDO_ARG);
- convert_load_instruction(insn, value_pseudo(0));
+ convert_load_instruction(insn, pseudo);
}
goto next_load;
}
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
[Newbies FAQ] [Kernel List] [Site Home] [IETF Annouce] [DCCP] [Netdev] [Networking] [Security] [Bugtraq] [Photo] [Yosemite] [MIPS Linux] [ARM Linux] [Linux Security] [Linux RAID] [Linux SCSI] [DDR & Rambus] [Trinity Fuzzer Tool]