diff options
author | Michael Kruse <llvm@meinersbur.de> | 2019-03-08 21:03:06 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2019-03-08 21:03:06 +0000 |
commit | 65c5821e3fac2b8c532ff9450120741a9c16883a (patch) | |
tree | 45944edd67449197648e8a98ae75354d70950f31 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | |
parent | 3d678b53365cf2748e05613a04f6a80ae0f25de4 (diff) | |
download | bcm5719-llvm-65c5821e3fac2b8c532ff9450120741a9c16883a.tar.gz bcm5719-llvm-65c5821e3fac2b8c532ff9450120741a9c16883a.zip |
[RegionPass] Fix forgotten "!".
Commit r355068 "Fix IR/Analysis layering issue with OptBisect" uses the
template
return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(...));
for all pass kinds. For the RegionPass, it left out the not operator,
causing region passes to be skipped as soon as a pass gate is used.
llvm-svn: 355733
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h')
0 files changed, 0 insertions, 0 deletions