[all-commits] [llvm/llvm-project] 46ed93: [IR] Remove some unnecessary cleanup in Module's d...
David Blaikie via All-commits
all-commits at lists.llvm.org
Fri Jan 17 17:34:06 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 46ed93315fceec4c8c3cd3defada501a55eb96e2
https://github.com/llvm/llvm-project/commit/46ed93315fceec4c8c3cd3defada501a55eb96e2
Author: David Blaikie <dblaikie at gmail.com>
Date: 2020-01-17 (Fri, 17 Jan 2020)
Changed paths:
M llvm/include/llvm/IR/Module.h
M llvm/lib/IR/Module.cpp
Log Message:
-----------
[IR] Remove some unnecessary cleanup in Module's dtor, and use a unique_ptr to simplify some
Follow on from D72812, based on Mehdi Amini's feedback.
More information about the All-commits
mailing list