From ec37734d3c914411f623fc04d037bb80ff95e220 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Sat, 5 Apr 2014 23:33:25 +0000 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/llvm/IR') diff --git a/include/llvm/IR/Value.h b/include/llvm/IR/Value.h index d5b9f11a6d..c002cea94a 100644 --- a/include/llvm/IR/Value.h +++ b/include/llvm/IR/Value.h @@ -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 -- cgit v1.2.3