[all-commits] [llvm/llvm-project] 7ff700: [llvm] Fix comment nits in Module class, NFC.
Xiaodong Liu via All-commits
all-commits at lists.llvm.org
Sat May 14 02:45:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ff7001ba9495ba8a74a4bfeb594f7f61e9656c7
https://github.com/llvm/llvm-project/commit/7ff7001ba9495ba8a74a4bfeb594f7f61e9656c7
Author: Xiaodong Liu <teaofmoli at gmail.com>
Date: 2022-05-14 (Sat, 14 May 2022)
Changed paths:
M llvm/include/llvm/IR/Module.h
Log Message:
-----------
[llvm] Fix comment nits in Module class, NFC.
There is no member called "GlobalValRefMap" in Module class.
It has been changed to "GlobalList".
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D125187
More information about the All-commits
mailing list