Switch UnaryOperators to default to passing names up by const char* when possible.
authorChris Lattner <sabre@nondot.org>
Tue, 13 Feb 2007 07:54:42 +0000 (07:54 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Feb 2007 07:54:42 +0000 (07:54 +0000)
commitf00042a9990d90885a8f236ed0f6bf07902d1374
tree858cab704fd07ea16e1d808e49d61c180c031c31
parentec79b3da13ae9ba09f52e177bd71fcc5669d61a5
Switch UnaryOperators to default to passing names up by const char* when possible.
This speeds up bcreading by 1.5%.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34233 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InstrTypes.h
include/llvm/Instruction.h
include/llvm/Instructions.h
lib/VMCore/Instruction.cpp
lib/VMCore/Instructions.cpp