summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-04-05 23:33:25 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-04-05 23:33:25 +0000
commitec37734d3c914411f623fc04d037bb80ff95e220 (patch)
tree0fb23c3f6d98ff77b018469d90ff08e8416cc042 /include/llvm
parentfa254cb46cc04097cf2cef4429dd394049b6740a (diff)
downloadllvm-ec37734d3c914411f623fc04d037bb80ff95e220.tar.gz
llvm-ec37734d3c914411f623fc04d037bb80ff95e220.tar.bz2
llvm-ec37734d3c914411f623fc04d037bb80ff95e220.tar.xz
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
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/IR/Value.h2
1 files changed, 1 insertions, 1 deletions
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