Use isa<> and cast<> instead of definition().
authorRui Ueyama <ruiu@google.com>
Tue, 14 Oct 2014 21:42:08 +0000 (21:42 +0000)
committerRui Ueyama <ruiu@google.com>
Tue, 14 Oct 2014 21:42:08 +0000 (21:42 +0000)
commit0abf613059c50b9ce0dced951eabfee7818f3541
treeb63ed0a9eae7bff2ad2b638ee56fde2f7b08f3be
parent4dfd590eaaa38aaa2ce7e09058d52780e445ae96
Use isa<> and cast<> instead of definition().

No functionality change intended.

llvm-svn: 219727
lld/lib/Core/SymbolTable.cpp