Changeset View
Changeset View
Standalone View
Standalone View
llvm/trunk/lib/Target/WebAssembly/WebAssembly.td
Show First 20 Lines • Show All 74 Lines • ▼ Show 20 Lines | |||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
// Target Declaration | // Target Declaration | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
def WebAssembly : Target { | def WebAssembly : Target { | ||||
let InstructionSet = WebAssemblyInstrInfo; | let InstructionSet = WebAssemblyInstrInfo; | ||||
} | } | ||||
def WebAssemblyAsmParser : AsmParser { | |||||
// The physical register names are not in the binary format or asm text | |||||
let ShouldEmitMatchRegisterName = 0; | |||||
} |