diff options
| author | Jay Foad <jay.foad@gmail.com> | 2010-11-28 21:05:31 +0000 |
|---|---|---|
| committer | Jay Foad <jay.foad@gmail.com> | 2010-11-28 21:05:31 +0000 |
| commit | 111a31553fe95e74e17fb52debb285c8d9cc05a4 (patch) | |
| tree | d7e21f8b21c4668985a1778d65395d7a6afc5740 | |
| parent | 3447fb01c0bdb1dce159681cc81c1f8a891cb0a2 (diff) | |
| download | bcm5719-llvm-111a31553fe95e74e17fb52debb285c8d9cc05a4.tar.gz bcm5719-llvm-111a31553fe95e74e17fb52debb285c8d9cc05a4.zip | |
PR5207: remove unused methods APInt::Emit() and APInt::Read().
llvm-svn: 120262
| -rw-r--r-- | llvm/include/llvm/ADT/APInt.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/include/llvm/ADT/APInt.h b/llvm/include/llvm/ADT/APInt.h index 22d97383336..560a4a467bc 100644 --- a/llvm/include/llvm/ADT/APInt.h +++ b/llvm/include/llvm/ADT/APInt.h @@ -275,12 +275,6 @@ public: /// objects, into FoldingSets. void Profile(FoldingSetNodeID& id) const; - /// @brief Used by the Bitcode serializer to emit APInts to Bitcode. - void Emit(Serializer& S) const; - - /// @brief Used by the Bitcode deserializer to deserialize APInts. - void Read(Deserializer& D); - /// @} /// @name Value Tests /// @{ |

