mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-28 23:43:50 +00:00
PR5207: remove unused methods APInt::Emit() and APInt::Read().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120262 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e4d19c9eb2
commit
695ab519e4
@ -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
Block a user