diff options
author | Kazu Hirata <kazu@google.com> | 2019-11-22 08:50:54 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2019-11-22 08:51:14 -0800 |
commit | a1955566282b98d5182877860b60d04029089788 (patch) | |
tree | c4bc555fc4e5113ffac33cf9564ace65d94b4202 /clang/lib/Sema/SemaOpenMP.cpp | |
parent | 6d73265ad84107aa78dd7698fa073f43e426a186 (diff) | |
download | bcm5719-llvm-a1955566282b98d5182877860b60d04029089788.tar.gz bcm5719-llvm-a1955566282b98d5182877860b60d04029089788.zip |
[JumpThreading] NFC: Don't cache F.hasProfileData()
Summary:
With this patch, we no longer cache F.hasProfileData(). We simply
call the function again.
I'm doing this because:
- JumpThreadingPass also has a member variable named HasProfileData,
which is very confusing,
- the function is very lightweight, and
- this patch makes JumpThreading::runOnFunction more consistent with
JumpThreadingPass::run.
Subscribers: hiraditya, jfb, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D70602
Diffstat (limited to 'clang/lib/Sema/SemaOpenMP.cpp')
0 files changed, 0 insertions, 0 deletions