IR: Remove unnecessary specialization of getSymTab(), NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 6 Oct 2015 21:31:07 +0000 (21:31 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 6 Oct 2015 21:31:07 +0000 (21:31 +0000)
commit67f918ec8f6e59640d5fb424649406602b83e0d7
treebfbf61e4a7b8c6f40f0ec23a59dd4f624d04e220
parenta152ab62bfad6fcff435ff5a79e231d37560392c
IR: Remove unnecessary specialization of getSymTab(), NFC

The only specializations of `getSymTab()` were identical to the default
defined in `SymbolTableListTraits::getSymTab()`.  Remove the
specializations, and stop treating it like a configuration point.  Just
to be sure no one else accesses this, make it private.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249469 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/BasicBlock.h
include/llvm/IR/Function.h
include/llvm/IR/SymbolTableListTraits.h
lib/IR/SymbolTableListTraitsImpl.h