OSDN Git Service

Simplify the allocation and freeing of Users' operand lists, now that
authorJay Foad <jay.foad@gmail.com>
Fri, 7 Jan 2011 20:29:02 +0000 (20:29 +0000)
committerJay Foad <jay.foad@gmail.com>
Fri, 7 Jan 2011 20:29:02 +0000 (20:29 +0000)
commit8e3914d12e939d7c686bd121b0e2b2d39ed126d2
tree195a8c211ef2623f284982afa3fb2ac5c595ed00
parent43eaadeea5217995c153078c04b77183d4c8c494
Simplify the allocation and freeing of Users' operand lists, now that
every BranchInst has a fixed number of operands.

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