diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-06-30 07:05:27 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-06-30 07:05:27 +0000 |
| commit | 778a51772509d3481987a1808708f5e276327afd (patch) | |
| tree | f3df51e47872018a2a8c4d290b071ab4da7bd74c /llvm/lib/Support/APInt.cpp | |
| parent | 67f2a4ac4e5188e38ba970b2fe8b38f527d5149e (diff) | |
| download | llvm-778a51772509d3481987a1808708f5e276327afd.zip llvm-778a51772509d3481987a1808708f5e276327afd.tar.gz llvm-778a51772509d3481987a1808708f5e276327afd.tar.bz2 | |
Temporarily revert r74494. It was causing failures in the unit tests.
llvm-svn: 74515
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
| -rw-r--r-- | llvm/lib/Support/APInt.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Support/APInt.cpp b/llvm/lib/Support/APInt.cpp index 25e23e0..73bf774 100644 --- a/llvm/lib/Support/APInt.cpp +++ b/llvm/lib/Support/APInt.cpp @@ -2178,12 +2178,6 @@ void APInt::print(raw_ostream &OS, bool isSigned) const { OS << S.c_str(); } -std::ostream &operator<<(std::ostream &o, const APInt &I) { - raw_os_ostream OS(o); - OS << I; - return o; -} - // This implements a variety of operations on a representation of // arbitrary precision, two's-complement, bignum integer values. |
