diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-08-23 13:13:24 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-11-13 12:48:48 +0100 |
| commit | 8a1c335f12107f504bcb8733be357babfc0cb0b2 (patch) | |
| tree | afe538a0b859fe30ec7f06085a935b33849bf29c /test-linearize.c | |
| parent | 383015dbad3785b08220a932a9adb43c574a44f2 (diff) | |
| download | sparse-dev-8a1c335f12107f504bcb8733be357babfc0cb0b2.tar.gz | |
dump-ir: rename -fdump-linearize to -fdump-ir
as it will be used for dumping the IR not only just after
linearization but after other passes too.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'test-linearize.c')
| -rw-r--r-- | test-linearize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-linearize.c b/test-linearize.c index 28452678..c7122080 100644 --- a/test-linearize.c +++ b/test-linearize.c @@ -47,7 +47,7 @@ static void clean_up_symbols(struct symbol_list *list) expand_symbol(sym); ep = linearize_symbol(sym); - if (fdump_linearize == 2) + if (fdump_ir == 2) continue; if (ep) show_entry(ep); |
