Remove the second argument to Value::setName, it is never needed.
authorChris Lattner <sabre@nondot.org>
Sat, 5 Mar 2005 18:59:36 +0000 (18:59 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 5 Mar 2005 18:59:36 +0000 (18:59 +0000)
commitd0478744b3b5232694d0f887b3210078de5266c4
treef85fd5971b10f429f20c2d5d07618e816e9a1a70
parent60fbe9b6d00c2740da5701ff5c25588867f21422
Remove the second argument to Value::setName, it is never needed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20457 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Argument.h
include/llvm/BasicBlock.h
include/llvm/Constant.h
include/llvm/Function.h
include/llvm/GlobalVariable.h
include/llvm/Instruction.h
include/llvm/Value.h