[all-commits] [llvm/llvm-project] e757a3: [OpenMP][NFC] Remove unncessary capture in RAII st...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Jul 26 12:06:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e757a3b05fd99bb5b5e6460c1d59cd0a170a6033
https://github.com/llvm/llvm-project/commit/e757a3b05fd99bb5b5e6460c1d59cd0a170a6033
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
Log Message:
-----------
[OpenMP][NFC] Remove unncessary capture in RAII struct
Summary:
There was an unnecessary variable assigned to the information cache when we
only need it in the constructor to extract the function declaration.
More information about the All-commits
mailing list