mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
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
This commit is contained in:
parent
9ad7e07a0f
commit
6482e91149
@ -181,6 +181,7 @@ public:
|
|||||||
const MCAsmLayout &Layout) const {
|
const MCAsmLayout &Layout) const {
|
||||||
// FIXME.
|
// FIXME.
|
||||||
assert(0 && "RelaxInstruction() unimplemented");
|
assert(0 && "RelaxInstruction() unimplemented");
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// RelaxInstruction - Relax the instruction in the given fragment
|
/// RelaxInstruction - Relax the instruction in the given fragment
|
||||||
|
@ -100,6 +100,7 @@ public:
|
|||||||
const MCAsmLayout &Layout) const {
|
const MCAsmLayout &Layout) const {
|
||||||
// FIXME.
|
// FIXME.
|
||||||
assert(0 && "RelaxInstruction() unimplemented");
|
assert(0 && "RelaxInstruction() unimplemented");
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user