From e721e1438d457e0685d9327dbd9bf59fc7d7255e Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 4 Dec 2012 18:26:16 +0100 Subject: [PATCH] adapt to latest libfirm --- ast2firm.c | 1 - libfirm | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ast2firm.c b/ast2firm.c index 7e605af..848d280 100644 --- a/ast2firm.c +++ b/ast2firm.c @@ -5223,7 +5223,6 @@ static void create_function(entity_t *entity) current_vararg_entity = NULL; set_irg_fp_model(irg, firm_fp_model); - tarval_enable_fp_ops(1); set_irn_dbg_info(get_irg_start_block(irg), get_entity_dbg_info(function_entity)); diff --git a/libfirm b/libfirm index ce29d67..d143d7f 160000 --- a/libfirm +++ b/libfirm @@ -1 +1 @@ -Subproject commit ce29d67e4cf75e435dd50b15a294a07a3b3e6309 +Subproject commit d143d7f26df82f5504cdeb07732574ffd1175cdb -- 2.20.1