From 361ae1d28dfa4c22ddec58b2b742eb514f97c694 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 21 Aug 2009 23:11:36 +0000 Subject: [PATCH] Make MSVC happy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79689 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCAssembler.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/MC/MCAssembler.h b/include/llvm/MC/MCAssembler.h index 17de0b68b44..991283aeca2 100644 --- a/include/llvm/MC/MCAssembler.h +++ b/include/llvm/MC/MCAssembler.h @@ -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