"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "e283346d0bf47690e3008807b96721c95779b6e5"
-
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