X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=testprograms%2Ffloat_example.c;h=395161b3a55c16920582a4c0b43a836fe0c0984c;hb=0eb9e8a7def8f3003527c59013190344d27f38f2;hp=4a6b9dd9cc7226f166a8e83442bc7cdf364ae6fb;hpb=76572961989e62cef01b295c6c8af7460f6080dd;p=libfirm diff --git a/testprograms/float_example.c b/testprograms/float_example.c index 4a6b9dd9c..395161b3a 100644 --- a/testprograms/float_example.c +++ b/testprograms/float_example.c @@ -39,7 +39,7 @@ int main(int argc, char **argv) ir_node *x; /* to build control flow */ tarval *tv; - printf("\nCreating an IR graph: EMPTY...\n"); + printf("\nCreating an IR graph: FLOAT EXAMPLE...\n"); /* init library */ init_firm (NULL); @@ -53,7 +53,7 @@ int main(int argc, char **argv) */ owner = get_glob_type(); -#define METHODNAME "main" +#define METHODNAME "FLOAT_EXAMPLE_main" #define NRARGS 0 #define NRES 1 /* The type of the method */