From f799d5cb2dea8fb59b62128cb65e70a802f85af6 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 1 Nov 2005 10:28:24 +0000 Subject: [PATCH] irg_no_propertiy added [r6856] --- ir/ir/irgraph.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ir/ir/irgraph.h b/ir/ir/irgraph.h index a817cd397..319f05207 100644 --- a/ir/ir/irgraph.h +++ b/ir/ir/irgraph.h @@ -419,6 +419,7 @@ void set_irg_inline_property(ir_graph *irg, irg_inline_property s); * of these may be discovered by analyses. */ typedef enum { + irg_no_property = 0x00000000, /**< no additional properties, default */ irg_const_function = 0x00000001, /**< This graph did not access memory and calculates its return values solely from its parameters. GCC: __attribute__((const)). */ -- 2.20.1