#include "c_breeze.h"
#include "arch_info_parser.h"
#include "lirutil.h"
Go to the source code of this file.
Value:
{ \ string temp( #mnemonic ); \ cbz_util::string_to_lower( temp ); \ _mnemonicMap[ temp ] = mn_##mnemonic; \ }
Definition at line 44 of file arch_info_parser.cc.
{ \ string temp( #vartype ); \ cbz_util::string_to_lower( temp ); \ _varTypeMap[ temp ] = nodeType; \ }
Generated on August 27, 2003 Back to the C-Breeze home page