forked from OSchip/llvm-project
PR5207: remove unused methods APInt::Emit() and APInt::Read().
llvm-svn: 120262
This commit is contained in:
parent
3447fb01c0
commit
111a31553f
|
@ -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
|
||||
/// @{
|
||||
|
|
Loading…
Reference in New Issue