]> granicus.if.org Git - llvm/commit
[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)
commitdfc9ea2a051b54e6445a41d434f383514067b727
tree2a944ea13cdc94d6b329945a598442a3d01f1727
parent2ba1670f7b905546cd1534e41cace41f18eb1d9f
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314930 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Transforms/Utils/Local.h
lib/CodeGen/DwarfEHPrepare.cpp
lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
lib/Transforms/Scalar/SimplifyCFGPass.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
tools/bugpoint/CrashDebugger.cpp