* [PATCH] linearize: fix a couple of 'selfcheck' warnings
@ 2020-11-11 17:47 Ramsay Jones
2020-11-12 0:06 ` Luc Van Oostenryck
0 siblings, 1 reply; 2+ messages in thread
From: Ramsay Jones @ 2020-11-11 17:47 UTC (permalink / raw)
To: Luc Van Oostenryck; +Cc: Sparse Mailing-list
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
---
linearize.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/linearize.h b/linearize.h
index 77ae7c9a..31c754e2 100644
--- a/linearize.h
+++ b/linearize.h
@@ -326,8 +326,10 @@ pseudo_t undef_pseudo(void);
struct entrypoint *linearize_symbol(struct symbol *sym);
int unssa(struct entrypoint *ep);
void show_entry(struct entrypoint *ep);
+void show_insn_entry(struct instruction *insn);
const char *show_pseudo(pseudo_t pseudo);
void show_bb(struct basic_block *bb);
+void show_insn_bb(struct instruction *insn);
const char *show_instruction(struct instruction *insn);
const char *show_label(struct basic_block *bb);
--
2.29.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] linearize: fix a couple of 'selfcheck' warnings
2020-11-11 17:47 [PATCH] linearize: fix a couple of 'selfcheck' warnings Ramsay Jones
@ 2020-11-12 0:06 ` Luc Van Oostenryck
0 siblings, 0 replies; 2+ messages in thread
From: Luc Van Oostenryck @ 2020-11-12 0:06 UTC (permalink / raw)
To: Ramsay Jones; +Cc: Sparse Mailing-list
On Wed, Nov 11, 2020 at 05:47:02PM +0000, Ramsay Jones wrote:
Thank you. How can I have forgotten these?
-- Luc
> Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
> ---
> linearize.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/linearize.h b/linearize.h
> index 77ae7c9a..31c754e2 100644
> --- a/linearize.h
> +++ b/linearize.h
> @@ -326,8 +326,10 @@ pseudo_t undef_pseudo(void);
> struct entrypoint *linearize_symbol(struct symbol *sym);
> int unssa(struct entrypoint *ep);
> void show_entry(struct entrypoint *ep);
> +void show_insn_entry(struct instruction *insn);
> const char *show_pseudo(pseudo_t pseudo);
> void show_bb(struct basic_block *bb);
> +void show_insn_bb(struct instruction *insn);
> const char *show_instruction(struct instruction *insn);
> const char *show_label(struct basic_block *bb);
>
> --
> 2.29.0
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-12 1:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-11 17:47 [PATCH] linearize: fix a couple of 'selfcheck' warnings Ramsay Jones
2020-11-12 0:06 ` Luc Van Oostenryck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox