C-Breeze
C Compiler Infrastructure

[ Project home page]
Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

asm_gen_walker.cc File Reference

#include "c_breeze.h"
#include "asm_gen_walker.h"
#include "lir_flow_walker.h"
#include "LIR.h"
#include "hash_set_ex.h"
#include "ref_clone_changer.h"

Go to the source code of this file.

Defines

#define CHECK_REG(reg)


Define Documentation

#define CHECK_REG reg   
 

Value:

do { \
        if ( ! CBZ::ArchInfo.get_reg_by_index( (reg).num(), dummy ) ) \
                CBZFAIL(("Instruction '%s' uses virtual register.\n" \
                        "Did you forget to specify a register allocation " \
                         "phase or -noreg on the command line?", \
                         inst->to_string().c_str())); \
} while (0)


Generated on August 27, 2003
Back to the C-Breeze home page