From 9e0634f241b6d25bb2376ae74d0ce8ebc9fc87ef Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Wed, 20 Jun 2001 16:20:27 +0000 Subject: [PATCH] *** empty log message *** [r185] --- ir/tv/tv.h | 1 + testprograms/Makefile | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ir/tv/tv.h b/ir/tv/tv.h index a6c719bec..f13785a5f 100644 --- a/ir/tv/tv.h +++ b/ir/tv/tv.h @@ -89,6 +89,7 @@ struct tarval { }; extern tarval *tarval_bad; +/* We should have a tarval_undefined */ extern tarval *tarval_b_false; extern tarval *tarval_b_true; extern tarval *tarval_d_NaN; diff --git a/testprograms/Makefile b/testprograms/Makefile index 86d3bf0b2..927991b6c 100644 --- a/testprograms/Makefile +++ b/testprograms/Makefile @@ -1,5 +1,5 @@ DIRS = adt common debug ident ir tr tv -INCDIRS = -I../include -I../ir/include +INCDIRS = -I../include -I../fe/elifirm LIBDIRS=-L.. -L/usr/public/lib/gmp/ @@ -14,7 +14,7 @@ all: empty const_eval_example \ array-heap_example oo_program_example inheritance_example \ irr_cf_example \ irr_loop_example dead_block_example global_var_example \ - three_cfpred_example + three_cfpred_example evaluate clean: rm -f \ @@ -102,3 +102,6 @@ global_var_example: global_var_example.o three_cfpred_example: three_cfpred_example.o gcc -o three_cfpred_example three_cfpred_example.o $(LIBDIRS) $(LIBS) + +evaluate: evaluate.o + gcc -o evaluate evaluate.o $(LIBDIRS) $(LIBS) -- 2.20.1