1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Make MSVC happy.

llvm-svn: 79689
This commit is contained in:
Daniel Dunbar 2009-08-21 23:11:36 +00:00
parent 31ef120005
commit f850699d0a

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