Skip to content
  • David Blaikie's avatar
    Fix a couple of layering violations in Transforms · 2be39228
    David Blaikie authored
    Remove #include of Transforms/Scalar.h from Transform/Utils to fix layering.
    
    Transforms depends on Transforms/Utils, not the other way around. So
    remove the header and the "createStripGCRelocatesPass" function
    declaration (& definition) that is unused and motivated this dependency.
    
    Move Transforms/Utils/Local.h into Analysis because it's used by
    Analysis/MemoryBuiltins.cpp.
    
    llvm-svn: 328165
    2be39228
Loading