/*******************************************************\
* Copyright (C) 2006, ApS s.r.o Brno, AllRightsReserved *
\*******************************************************/

This is a Codasip-generated LLVM back-end.
Copy Makefile.config and config.status from your LLVM build directory here.
Then run make and you'll get your very own llc application.

You can use the following files for your custom (re)implementations:
 - CodasipCustomPats.td ............... auxiliary patterns translating operations without native support into multiple native instructions
 - CodasipCustomCallC.td .............. custom definition of a calling convention
 - CodasipCustSelDAG.inc .............. manual instruction selection (DAG2DAG phase)
 - CodasipInstrInfo.cpp (+.h) ......... manual code generation hooks
 - CodasipISelLowering.cpp (+.h) ...... manual program lowering
 - CodasipRegisterInfo.cpp (+.h) ...... manual low-level machine code emission
 - CodasipSelectionDAGInfo.cpp (+.h) .. custom selection hooks

NOTE: These files, even if they remain untouched, must exist to keep the application working properly.
      Unless you've done it already, generate them with a command "backendgen -O".

Other files can be edited as well but you need to make a backup of any changes done on those files.
