Stop returning a Use* from allocHungOffUses.
authorPete Cooper <peter_cooper@apple.com>
Wed, 10 Jun 2015 22:38:46 +0000 (22:38 +0000)
committerPete Cooper <peter_cooper@apple.com>
Wed, 10 Jun 2015 22:38:46 +0000 (22:38 +0000)
commitea423677ca81dbc7db43b040ce02c4aa3ccc119f
treee6bef4bf849166e855626884b5a723e34396687f
parent33102d2faa533a56a6b5094635c50df341707559
Stop returning a Use* from allocHungOffUses.

This always just set the User::OperandList which is now set
in that method instead of being returned.

Reviewed by Duncan Exon Smith.

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