Make MSVC happy.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 21 Aug 2009 23:11:36 +0000 (23:11 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 21 Aug 2009 23:11:36 +0000 (23:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79689 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCAssembler.h

index 17de0b68b445ab2a6d793da31d7a98f448db007b..991283aeca2b0d20279fe050b7653b0c97e823a6 100644 (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