[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)
commitf8753fc48da54f28c2fbc1d143b41461646f693f
tree3ffe67ac26286a0e309f971c4ac62ce1a838475b
parent37df2cfbf804698b378c685a937d20bc4f809155
[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.

llvm-svn: 226457
llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
llvm/lib/Transforms/Scalar/LoopUnswitch.cpp