llvm-project/llvm/lib/Transforms/Coroutines
David Blaikie 2be3922807 Fix a couple of layering violations in Transforms
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
2018-03-21 22:34:23 +00:00
..
CMakeLists.txt [CMake] NFC. Updating CMake dependency specifications 2016-11-17 04:36:50 +00:00
CoroCleanup.cpp [coroutines] Call initializePass in coroutine pass constructors 2017-05-31 03:12:42 +00:00
CoroEarly.cpp [coroutines] Call initializePass in coroutine pass constructors 2017-05-31 03:12:42 +00:00
CoroElide.cpp Remove unused variable; NFC 2018-03-15 02:58:36 +00:00
CoroFrame.cpp Fix a couple of layering violations in Transforms 2018-03-21 22:34:23 +00:00
CoroInstr.h Remove `inline` keyword from inline `classof` methods 2017-06-29 19:35:17 +00:00
CoroInternal.h
CoroSplit.cpp Fix a couple of layering violations in Transforms 2018-03-21 22:34:23 +00:00
Coroutines.cpp Fix a couple of layering violations in Transforms 2018-03-21 22:34:23 +00:00
LLVMBuild.txt