OSDN Git Service

Refactor the setName stuff, moving it down the inheritance hierarchy, to
authorChris Lattner <sabre@nondot.org>
Sat, 24 Feb 2007 00:55:48 +0000 (00:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 24 Feb 2007 00:55:48 +0000 (00:55 +0000)
commit910c80a07503591052a77cefb26cebea95a8d743
tree628400c13ec7019ef7b54f9664bb122357e2aa18
parente36126e47467ff987660be581a90ac3b02a3500c
Refactor the setName stuff, moving it down the inheritance hierarchy, to
solve a crash in -instcombine -debug that was hit while investigating PR1217

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34544 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