From 8b9fe76c0cede59ee57724556f0c11b2a7a7d4a6 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 23 Apr 2014 12:23:05 +0000 Subject: Remove AssemblyAnnotationWriter from NamedMDNode::print. No functionality change, this parameter was always set to nullptr. Patch by Robert Matusewicz! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206972 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/Metadata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/llvm/IR/Metadata.h b/include/llvm/IR/Metadata.h index c734f01623..7a0ca88720 100644 --- a/include/llvm/IR/Metadata.h +++ b/include/llvm/IR/Metadata.h @@ -272,7 +272,7 @@ public: StringRef getName() const; /// print - Implement operator<< on NamedMDNode. - void print(raw_ostream &ROS, AssemblyAnnotationWriter *AAW = nullptr) const; + void print(raw_ostream &ROS) const; /// dump() - Allow printing of NamedMDNodes from the debugger. void dump() const; -- cgit v1.2.3