Skip to content
  • David Blaikie's avatar
    Move Analysis/Utils/Local.h back to Transforms · 31b98d2e
    David Blaikie authored
    Review feedback from r328165. Split out just the one function from the
    file that's used by Analysis. (As chandlerc pointed out, the original
    change only moved the header and not the implementation anyway - which
    was fine for the one function that was used (since it's a
    template/inlined in the header) but not in general)
    
    llvm-svn: 333954
    31b98d2e
Loading