From 7698300cfe2d3f944ce2e1d4a60a263620487718 Mon Sep 17 00:00:00 2001 From: xleroy Date: Fri, 20 Dec 2013 13:05:53 +0000 Subject: Merge of branch value-analysis. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2381 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- backend/PrintRTL.ml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'backend/PrintRTL.ml') diff --git a/backend/PrintRTL.ml b/backend/PrintRTL.ml index 429199e0..137f65b9 100644 --- a/backend/PrintRTL.ml +++ b/backend/PrintRTL.ml @@ -133,3 +133,6 @@ let print_constprop = print_if destination_constprop let destination_cse : string option ref = ref None let print_cse = print_if destination_cse +let destination_deadcode : string option ref = ref None +let print_deadcode = print_if destination_deadcode + -- cgit