Skip to content
  • Akira Hatanaka's avatar
    Add a command line option to skip the delay slot filler pass entirely for Mips. · 4773e67e
    Akira Hatanaka authored
    The purpose of this option is to silence error messages issued by machine
    verifier passes and enable them to run to the end. If this option is not
    provided, -verify-machineinstrs complains when it discovers there is a
    non-terminator instruction (an instruction that is in a delay slot) after the
    first terminator in a basic block.
    
    llvm-svn: 156790
    4773e67e
Loading