[lld] r176167 - adding a return to fix compilation error from buildbot, build #75

Shankar Easwaran shankare at codeaurora.org
Tue Feb 26 21:33:28 PST 2013


Author: shankare
Date: Tue Feb 26 23:33:27 2013
New Revision: 176167

URL: http://llvm.org/viewvc/llvm-project?rev=176167&view=rev
Log:
adding a return to fix compilation error from buildbot, build #75

Modified:
    lld/trunk/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h

Modified: lld/trunk/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h?rev=176167&r1=176166&r2=176167&view=diff
==============================================================================
--- lld/trunk/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h (original)
+++ lld/trunk/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationFunctions.h Tue Feb 26 23:33:27 2013
@@ -40,6 +40,7 @@ uint32_t findBitMask(uint32_t insn, Inst
       return encodings[i].insnBitMask;
   }
   assert(0 && "found unknown instruction");
+  return 0;
 }
 
 } // elf 





More information about the llvm-commits mailing list