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
This commit is contained in:
David Blaikie
2014-04-05 23:33:25 +00:00
parent fa254cb46c
commit ec37734d3c
2 changed files with 9 additions and 9 deletions

View File

@@ -196,7 +196,7 @@ public:
/// print - Implement operator<< on Value.
///
void print(raw_ostream &O, AssemblyAnnotationWriter *AAW = 0) const;
void print(raw_ostream &O) const;
/// \brief Print the name of this Value out to the specified raw_ostream.
/// This is useful when you just want to print 'int %reg126', not the