From 7357aa72b226896dce1dac24f058ba9c9c3a37fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Mon, 22 Apr 2002 14:53:55 +0000 Subject: [PATCH] changed file name and name prefixes [r362] --- ir/debug/dbginfo.c | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ir/debug/dbginfo.c diff --git a/ir/debug/dbginfo.c b/ir/debug/dbginfo.c new file mode 100644 index 000000000..a6768b290 --- /dev/null +++ b/ir/debug/dbginfo.c @@ -0,0 +1,28 @@ +/* +** Copyright (C) 2001 by Universitaet Karlsruhe +** All rights reserved. +** +** Authors: Goetz Lindenmaier +** +** dbginfo: This is a empty implementation of the Firm interface to +** debugging support. It only guarantees that the Firm library compiles +** and runs without any real debugging support. +** The functions herein are declared weak so that they can be overriden +** by a real implementation. +*/ + +/* $Id$ */ + +#ifdef HAVE_CONFIG_H +# include +#endif + +#include "dbginfo.h" + +inline void +dbg_info_copy(ir_node *new, ir_node *old, ident *info) { +} + +inline void +dbg_info_merge(ir_node **new_nodes, ir_node **old_nodes, ident *info) { +} -- 2.20.1