Skip to content
  • Evan Cheng's avatar
    - Add LiveVariables::replaceKillInstruction. This does a subset of... · 7a265d83
    Evan Cheng authored
    - Add LiveVariables::replaceKillInstruction. This does a subset of instructionChanged. That is, it only update the VarInfo.kills if the new instruction is known to have the correct dead and kill markers.
    - CommuteInstruction copies kill / dead markers over to new instruction. So use replaceKillInstruction instead.
    
    llvm-svn: 53061
    7a265d83
Loading