ADT: Remove ilist_*sentinel_traits, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 22 Aug 2016 20:51:00 +0000 (20:51 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 22 Aug 2016 20:51:00 +0000 (20:51 +0000)
commitb29ec1e040fb798418eee8a14e13f9df7c372658
tree5fcbaa2d864f7798b0316141777e210f237fe79d
parenta392049419b4515fd0838a4882f761db006cb9ad
ADT: Remove ilist_*sentinel_traits, NFC

Remove all the dead code around ilist_*sentinel_traits.  This is a
follow-up to gutting them as part of r279314 (originally r278974),
staged to prevent broken builds in sub-projects.

Uses were removed from clang in r279457 and lld in r279458.

llvm-svn: 279473
18 files changed:
llvm/include/llvm/ADT/SparseBitVector.h
llvm/include/llvm/ADT/ilist.h
llvm/include/llvm/ADT/ilist_node.h
llvm/include/llvm/Analysis/AliasSetTracker.h
llvm/include/llvm/Analysis/IVUsers.h
llvm/include/llvm/CodeGen/MachineBasicBlock.h
llvm/include/llvm/CodeGen/MachineFunction.h
llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/include/llvm/CodeGen/SlotIndexes.h
llvm/include/llvm/IR/BasicBlock.h
llvm/include/llvm/IR/Function.h
llvm/include/llvm/IR/Instruction.h
llvm/include/llvm/IR/Module.h
llvm/include/llvm/IR/SymbolTableListTraits.h
llvm/include/llvm/MC/MCFragment.h
llvm/include/llvm/Transforms/Utils/MemorySSA.h
llvm/lib/MC/MCFragment.cpp
llvm/lib/Support/YAMLParser.cpp