mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Silence compiler warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134730 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8dc41f33f7
commit
70629abe31
@ -15,6 +15,7 @@
|
||||
#include "MipsInstPrinter.h"
|
||||
#include "llvm/MC/MCExpr.h"
|
||||
#include "llvm/MC/MCInst.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
using namespace llvm;
|
||||
@ -57,6 +58,7 @@ const char* Mips::MipsFCCToString(Mips::CondCode CC) {
|
||||
case FCOND_NGT:
|
||||
case FCOND_GT: return "ngt";
|
||||
}
|
||||
llvm_unreachable("Impossible condition code!");
|
||||
}
|
||||
|
||||
StringRef MipsInstPrinter::getOpcodeName(unsigned Opcode) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user