forked from OSchip/llvm-project
parent
f9fa7cad4b
commit
6652223bd6
|
@ -132,6 +132,7 @@ class Instruction {
|
|||
bit isCall = 0; // Is this instruction a call instruction?
|
||||
bit isTwoAddress = 0; // Is this a two address instruction?
|
||||
bit isTerminator = 0; // Is this part of the terminator for a basic block?
|
||||
bit hasDelaySlot = 0; // Does this instruction have an delay slot?
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue