OSDN Git Service

Fix a bug where ICmpInst objects instantiated directly with a name would
authorReid Spencer <rspencer@reidspencer.com>
Wed, 11 Apr 2007 13:04:48 +0000 (13:04 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 11 Apr 2007 13:04:48 +0000 (13:04 +0000)
commit97c0e2107be9490333866c223250ece92c47630f
treea3921b96e7ffc0262832bbeaa70294007a0b7aeb
parent4d26a0619dc73f5395e216b7c0e7bf855b954d1c
Fix a bug where ICmpInst objects instantiated directly with a name would
not retain that name. Not noticed because AsmParser always sets name after
construction. However, llvm2cpp noticed.

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