aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-unssa.c
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-08-23 13:13:24 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-11-13 12:48:48 +0100
commit8a1c335f12107f504bcb8733be357babfc0cb0b2 (patch)
treeafe538a0b859fe30ec7f06085a935b33849bf29c /test-unssa.c
parent383015dbad3785b08220a932a9adb43c574a44f2 (diff)
downloadsparse-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-unssa.c')
-rw-r--r--test-unssa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-unssa.c b/test-unssa.c
index ec5c9301..e0981802 100644
--- a/test-unssa.c
+++ b/test-unssa.c
@@ -62,7 +62,7 @@ static int compile(struct symbol_list *list)
struct entrypoint *ep;
expand_symbol(sym);
ep = linearize_symbol(sym);
- if (fdump_linearize == 2)
+ if (fdump_ir == 2)
continue;
if (ep)
output_fn(ep);