mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 19:31:50 +00:00
add a new field needed by the code emitter generator.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31768 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
166f45e8d7
commit
fa326c709f
@ -173,6 +173,10 @@ class Instruction {
|
||||
InstrItinClass Itinerary = NoItinerary;// Execution steps used for scheduling.
|
||||
|
||||
string Constraints = "";
|
||||
|
||||
/// DisableEncoding - List of operand names (e.g. "$op1,$op2") that should not
|
||||
/// be encoded into the output machineinstr.
|
||||
string DisableEncoding = "";
|
||||
}
|
||||
|
||||
/// Imp - Helper class for specifying the implicit uses/defs set for an
|
||||
|
Loading…
x
Reference in New Issue
Block a user