aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-03 00:55:04 +0000
committerChris Lattner <sabre@nondot.org>2009-12-03 00:55:04 +0000
commit35e86af8e5cc76b94690d8e06517b7daa254d314 (patch)
treed626bdd14c6eae600dc3a91c70322482e874f685 /include
parent7896c9f436a4eda5ec15e882a7505ba482a2fcd0 (diff)
downloadexternal_llvm-35e86af8e5cc76b94690d8e06517b7daa254d314.zip
external_llvm-35e86af8e5cc76b94690d8e06517b7daa254d314.tar.gz
external_llvm-35e86af8e5cc76b94690d8e06517b7daa254d314.tar.bz2
remove some dead std::ostream using code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90366 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetData.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Target/TargetData.h b/include/llvm/Target/TargetData.h
index 5ed0f13..2203855 100644
--- a/include/llvm/Target/TargetData.h
+++ b/include/llvm/Target/TargetData.h
@@ -59,8 +59,6 @@ struct TargetAlignElem {
unsigned char pref_align, uint32_t bit_width);
/// Equality predicate
bool operator==(const TargetAlignElem &rhs) const;
- /// output stream operator
- std::ostream &dump(std::ostream &os) const;
};
class TargetData : public ImmutablePass {