[llvm-commits] [llvm] r120262 - /llvm/trunk/include/llvm/ADT/APInt.h

Jay Foad jay.foad at gmail.com
Sun Nov 28 13:05:32 PST 2010


Author: foad
Date: Sun Nov 28 15:05:31 2010
New Revision: 120262

URL: http://llvm.org/viewvc/llvm-project?rev=120262&view=rev
Log:
PR5207: remove unused methods APInt::Emit() and APInt::Read().

Modified:
    llvm/trunk/include/llvm/ADT/APInt.h

Modified: llvm/trunk/include/llvm/ADT/APInt.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/APInt.h?rev=120262&r1=120261&r2=120262&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/APInt.h (original)
+++ llvm/trunk/include/llvm/ADT/APInt.h Sun Nov 28 15:05:31 2010
@@ -275,12 +275,6 @@
   ///  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
   /// @{





More information about the llvm-commits mailing list