Make MSVC happy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79689 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-08-21 23:11:36 +00:00
parent 4755e9955b
commit 361ae1d28d

View File

@ -66,6 +66,7 @@ public:
// FIXME: This should be abstract, fix sentinel.
virtual uint64_t getMaxFileSize() const {
assert(0 && "Invalid getMaxFileSize call !");
return 0;
};
/// @name Assembler Backend Support