forked from OSchip/llvm-project
parent
82d8f120ec
commit
837707e52a
|
@ -475,7 +475,7 @@ protected:
|
|||
/// be serialized.
|
||||
// FIXME: Make this abstract once implemented.
|
||||
virtual void EmitImpl(llvm::Serializer& S) const {
|
||||
assert(false && "Serializization for type not supported.");
|
||||
assert(false && "Serialization for type not supported.");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue