Skip to content
  • Evan Cheng's avatar
    Now that I am told MachineRegisterInfo also tracks physical register uses /... · d8616064
    Evan Cheng authored
    Now that I am told MachineRegisterInfo also tracks physical register uses / defs, I can do away with the horribleness I introduced a while back. It's impossible to detect if there is any use of a physical register below an instruction (and before any def of the register) with some cheap book keeping.
    
    llvm-svn: 49105
    d8616064
Loading