[SimplifyCFG] put the optional assumption cache pointer in the options struct; NFCI
authorSanjay Patel <spatel@rotateright.com>
Wed, 4 Oct 2017 20:26:25 +0000 (20:26 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 4 Oct 2017 20:26:25 +0000 (20:26 +0000)
commit4c33d5213b91b367a8392c19b4a110f62243a91d
treec0e922294cbbe929ae0d18c28b24b59b4b966730
parent63ed8c6c2e28300d4841389a21bc5853b9f43a99
[SimplifyCFG] put the optional assumption cache pointer in the options struct; NFCI

This is a follow-up to https://reviews.llvm.org/D38138.

I fixed the capitalization of some functions because we're changing those
lines anyway and that helped verify that we weren't accidentally dropping
any options by using default param values.

llvm-svn: 314930
llvm/include/llvm/Transforms/Utils/Local.h
llvm/lib/CodeGen/DwarfEHPrepare.cpp
llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp
llvm/lib/Transforms/Utils/SimplifyCFG.cpp
llvm/tools/bugpoint/CrashDebugger.cpp