OSDN Git Service

[PM] Cleanup a dead option to critical edge splitting that I noticed
authorChandler Carruth <chandlerc@gmail.com>
Mon, 19 Jan 2015 12:12:00 +0000 (12:12 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 19 Jan 2015 12:12:00 +0000 (12:12 +0000)
commitadf74a6403f357b5cf244ee97d5c999cfa9eb459
tree564df3ca02f06fd168511a5e65a448c6bd2db99b
parent08962f208ba734864703a8a1d139112350a1a1ff
[PM] Cleanup a dead option to critical edge splitting that I noticed
while refactoring this API for the new pass manager.

No functionality changed here, the code didn't actually support this
option.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226457 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/BasicBlockUtils.h
lib/Transforms/Scalar/LoopUnswitch.cpp