[all-commits] [llvm/llvm-project] f17123: [NFC][Clang][OpaquePtr] Move away from deprecated ...
aeubanks via All-commits
all-commits at lists.llvm.org
Thu Jan 27 14:19:31 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f17123831e47073f7850ea17560bc1f756b65298
https://github.com/llvm/llvm-project/commit/f17123831e47073f7850ea17560bc1f756b65298
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M clang/lib/CodeGen/CGExpr.cpp
Log Message:
-----------
[NFC][Clang][OpaquePtr] Move away from deprecated Address constructor in CreateTempAlloca()
Specify the Address element type, which is the bitcast destination type.
(the whole bitcast won't be needed after opaque pointers)
More information about the All-commits
mailing list