summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2014-05-09 00:49:03 +0000
committerNick Lewycky <nicholas@mxc.ca>2014-05-09 00:49:03 +0000
commite584911870eec079aa672a4bf2d99e899cebcea0 (patch)
tree7161a38ad8ea57bcfe2161a1b04689b0dbaed5bc /include
parent9834b9001cfe8ab3b00ce5bc041800fbd0e61d6d (diff)
downloadllvm-e584911870eec079aa672a4bf2d99e899cebcea0.tar.gz
llvm-e584911870eec079aa672a4bf2d99e899cebcea0.tar.bz2
llvm-e584911870eec079aa672a4bf2d99e899cebcea0.tar.xz
printCustom is only used in PseudoSourceValue, remove it from Value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208383 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/IR/Value.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/IR/Value.h b/include/llvm/IR/Value.h
index d50525f6c3..ad8ddc403d 100644
--- a/include/llvm/IR/Value.h
+++ b/include/llvm/IR/Value.h
@@ -182,10 +182,6 @@ private:
Value(const Value &) LLVM_DELETED_FUNCTION;
protected:
- /// printCustom - Value subclasses can override this to implement custom
- /// printing behavior.
- virtual void printCustom(raw_ostream &O) const;
-
Value(Type *Ty, unsigned scid);
public:
virtual ~Value();