Skip to content
  • Misha Brukman's avatar
    SparcV9CodeEmitter.cpp: · 4510698a
    Misha Brukman authored
    * Doxygen-ified comments
    * Added capability to make far calls (i.e., beyond 30 bits in CALL instr)
      which implies that we need to delete function references that were added by
      the call to addFunctionReference() because the actual call instruction is 10
      instructions away (thanks to 64-bit address construction)
    * Cleaned up code that generates far jumps by using an array+loop
    
    SparcV9CodeEmitter.h:
    * Explained more of the side-effects of emitFarCall()
    
    llvm-svn: 7639
    4510698a
Loading