[all-commits] [llvm/llvm-project] 474d52: [clang] Fix a misleading variable name. NFC.
Igor Kudrin via All-commits
all-commits at lists.llvm.org
Mon Sep 21 09:00:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 474d527c28f4e88ffda7b82e93e351aec2602380
https://github.com/llvm/llvm-project/commit/474d527c28f4e88ffda7b82e93e351aec2602380
Author: Igor Kudrin <ikudrin at accesssoftek.com>
Date: 2020-09-21 (Mon, 21 Sep 2020)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
Log Message:
-----------
[clang] Fix a misleading variable name. NFC.
The variable is true when frame pointers should be omitted in leaf
functions, not kept.
Differential Revision: https://reviews.llvm.org/D88021
More information about the All-commits
mailing list