MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.

llvm-svn: 145894
This commit is contained in:
NAKAMURA Takumi 2011-12-06 01:48:32 +00:00
parent b13b6a04d0
commit d3002490bf
2 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,7 @@ public:
const MCAsmLayout &Layout) const {
// FIXME.
assert(0 && "RelaxInstruction() unimplemented");
return false;
}
/// RelaxInstruction - Relax the instruction in the given fragment

View File

@ -100,6 +100,7 @@ public:
const MCAsmLayout &Layout) const {
// FIXME.
assert(0 && "RelaxInstruction() unimplemented");
return false;
}