Fix build.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Sat, 18 Sep 2010 17:54:37 +0000 (17:54 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Sat, 18 Sep 2010 17:54:37 +0000 (17:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114292 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMMCCodeEmitter.cpp

index ceb7ddee6fb659ab07a1e1180919c95deee8fed0..56573aa25559e8785937986d9e41aab2901ffcf5 100644 (file)
@@ -38,6 +38,7 @@ public:
 
   unsigned getNumFixupKinds() const {
     assert(0 && "ARMMCCodeEmitter::getNumFixupKinds() not yet implemented.");
+    return 0;
   }
 
   const MCFixupKindInfo &getFixupKindInfo(MCFixupKind Kind) const {