diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-12-06 01:48:32 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-12-06 01:48:32 +0000 |
commit | 6482e9114954def43fc08e83aadec1aadfc64200 (patch) | |
tree | 20f21a277a7fd74267420254baa59136a6a177dd /lib/Target/Mips/MCTargetDesc | |
parent | 9ad7e07a0fb565a8935ceaa2d266bd6e505203af (diff) | |
download | external_llvm-6482e9114954def43fc08e83aadec1aadfc64200.zip external_llvm-6482e9114954def43fc08e83aadec1aadfc64200.tar.gz external_llvm-6482e9114954def43fc08e83aadec1aadfc64200.tar.bz2 |
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
Diffstat (limited to 'lib/Target/Mips/MCTargetDesc')
-rw-r--r-- | lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ public: const MCAsmLayout &Layout) const { // FIXME. assert(0 && "RelaxInstruction() unimplemented"); + return false; } /// RelaxInstruction - Relax the instruction in the given fragment |