ack/util/ego/ud/ud_aux.h

25 lines
631 B
C
Raw Normal View History

1994-06-24 11:31:16 +00:00
/* $Id$ */
1987-03-09 19:15:41 +00:00
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
1984-11-26 14:35:32 +00:00
/* C O P Y P R O P A G A T I O N
*
* A U X I L I A R Y R O U T I N E S
*/
void repl_line(line_p old, line_p new, bblock_p b);
/*
1984-11-26 14:35:32 +00:00
* Replace EM instruction 'old' by a
* copy of 'new'. Update doubly-linked
* list.
*/
bool same_var(line_p use, line_p def);
/*
1984-11-26 14:35:32 +00:00
* 'use' is an instruction that uses a variable
* for which we maintain ud-info (e.g. a LOL).
* See if 'def' references the same variable.
*/