Skip to content
  • Akira Hatanaka's avatar
    Make the following changes in MipsISelLowering.cpp: · f542ebd9
    Akira Hatanaka authored
    - Stop creating stack frame objects needed for saving $gp.
    - Insert a node that copies the global pointer register to register $gp
      before the call node. This will ensure $gp is valid at the entry of the
      called function.
    
    llvm-svn: 156692
    f542ebd9
Loading