MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.
[oota-llvm.git] / lib / Target / PowerPC / MCTargetDesc / PPCAsmBackend.cpp
index 12e0b3d436d1fff7cca16907895635910071cea6..34a5774c90d08801686915d1f554cdf4a25fcd61 100644 (file)
@@ -100,6 +100,7 @@ public:
                             const MCAsmLayout &Layout) const {
     // FIXME.
     assert(0 && "RelaxInstruction() unimplemented");
+    return false;
   }