Create a static version of Instruction::getOpcodeName(opCode) that
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 14 Jul 2002 22:48:20 +0000 (22:48 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 14 Jul 2002 22:48:20 +0000 (22:48 +0000)
commit5814008f4b77774c8563578e1562c9c24a6750c2
tree9743ae14c322aa57ec4cf1bb13b7dad94bf23415
parent29ab9f83481cd21abf3055c7c32ea1df953ae167
Create a static version of Instruction::getOpcodeName(opCode) that
can be invoked with only an opcode (i.e., without an instruction).
Move all opCode->opCodeName translations there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2892 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InstrTypes.h
include/llvm/Instruction.h
include/llvm/iMemory.h
include/llvm/iOperators.h
include/llvm/iOther.h
include/llvm/iPHINode.h
include/llvm/iTerminators.h