commit | 6482e9114954def43fc08e83aadec1aadfc64200 | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Tue Dec 06 01:48:32 2011 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Tue Dec 06 01:48:32 2011 +0000 |
tree | 20f21a277a7fd74267420254baa59136a6a177dd | |
parent | 9ad7e07a0fb565a8935ceaa2d266bd6e505203af [diff] [blame] |
MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145894 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp b/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp index 20e1636..8a8e36a 100644 --- a/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp +++ b/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
@@ -181,6 +181,7 @@ const MCAsmLayout &Layout) const { // FIXME. assert(0 && "RelaxInstruction() unimplemented"); + return false; } /// RelaxInstruction - Relax the instruction in the given fragment