eliminate the Type::getDescription() method, using "<<" instead. This
authorChris Lattner <sabre@nondot.org>
Sat, 18 Jun 2011 21:18:23 +0000 (21:18 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Jun 2011 21:18:23 +0000 (21:18 +0000)
commit0cd0d881604775f3f97048645f040b2ef4f61e4b
tree3340f491b6eefaabc97dc41d3287b6c38fcaa474
parent70d0ff1a977273c925fea03070cf33c4a6cbd2cf
eliminate the Type::getDescription() method, using "<<" instead.  This
removes some gunk from LLVMContext.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133360 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Type.h
lib/AsmParser/LLParser.cpp
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
lib/VMCore/LLVMContextImpl.h
lib/VMCore/Type.cpp
lib/VMCore/TypeSymbolTable.cpp
lib/VMCore/ValueSymbolTable.cpp
tools/llvm-dis/llvm-dis.cpp