[all-commits] [llvm/llvm-project] 423e3d: Remove unneeded FoldingSet.h include from Attribut...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Fri Jan 17 16:43:34 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 423e3db6a8202c57f1b7da52c35a34b3562602b3
https://github.com/llvm/llvm-project/commit/423e3db6a8202c57f1b7da52c35a34b3562602b3
Author: Reid Kleckner <rnk at google.com>
Date: 2020-01-17 (Fri, 17 Jan 2020)
Changed paths:
M llvm/include/llvm/IR/Attributes.h
M llvm/lib/CodeGen/MachineOperand.cpp
M llvm/lib/IR/Attributes.cpp
Log Message:
-----------
Remove unneeded FoldingSet.h include from Attributes.h
Avoids 637 extra FoldingSet.h and Allocator.h includes. FoldingSet.h
needs Allocator.h, which is relatively expensive.
More information about the All-commits
mailing list