Skip to content
  • Andrew Trick's avatar
    Move the implementation of LoopInfo into LoopInfoImpl.h. · cda51d43
    Andrew Trick authored
    The implementation only needs inclusion from LoopInfo.cpp and
    MachineLoopInfo.cpp. Clients of the interface should only include the
    interface. This makes the interface readable and speeds up rebuilds
    after modifying the implementation.
    
    llvm-svn: 158787
    cda51d43
Loading