Remove unused parameter
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 5 Apr 2014 23:33:25 +0000 (23:33 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 5 Apr 2014 23:33:25 +0000 (23:33 +0000)
commitec37734d3c914411f623fc04d037bb80ff95e220
tree0fb23c3f6d98ff77b018469d90ff08e8416cc042
parentfa254cb46cc04097cf2cef4429dd394049b6740a
Remove unused parameter

Also update a few null pointers in this function to be consistent with
new null pointers being added.

Patch by Robert Matusewicz!

Differential Revision: http://reviews.llvm.org/D3123

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