llvm-svn: 65040
This commit is contained in:
Gabor Greif 2009-02-19 09:27:40 +00:00
parent 82d8f120ec
commit 837707e52a
1 changed files with 1 additions and 1 deletions

View File

@ -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.");
}
};