Skip to content
  • Stuart Hastings's avatar
    Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This · 0125b641
    Stuart Hastings authored
    addresses a longstanding deficiency noted in many FIXMEs scattered
    across all the targets.
    
    This effectively moves the problem up one level, replacing eleven
    FIXMEs in the targets with eight FIXMEs in CodeGen, plus one path
    through FastISel where we actually supply a DebugLoc, fixing Radar
    7421831.
    
    llvm-svn: 106243
    0125b641
Loading