This commit is contained in:
Dave Bartolomeo 2020-05-18 18:02:00 -04:00
Родитель 42c659b8f2
Коммит 01c2f0ce01
5 изменённых файлов: 5 добавлений и 10 удалений

Просмотреть файл

@ -158,8 +158,7 @@ module InstructionConsistency {
operand = instr.getAnOperand() and
def = operand.getAnyDef() and
not def.isResultModeled() and
message =
"Memory operand definition has unmodeled result in function '$@'" and
message = "Memory operand definition has unmodeled result in function '$@'" and
func = instr.getEnclosingIRFunction() and
funcText = Language::getIdentityString(func.getFunction())
)

Просмотреть файл

@ -158,8 +158,7 @@ module InstructionConsistency {
operand = instr.getAnOperand() and
def = operand.getAnyDef() and
not def.isResultModeled() and
message =
"Memory operand definition has unmodeled result in function '$@'" and
message = "Memory operand definition has unmodeled result in function '$@'" and
func = instr.getEnclosingIRFunction() and
funcText = Language::getIdentityString(func.getFunction())
)

Просмотреть файл

@ -158,8 +158,7 @@ module InstructionConsistency {
operand = instr.getAnOperand() and
def = operand.getAnyDef() and
not def.isResultModeled() and
message =
"Memory operand definition has unmodeled result in function '$@'" and
message = "Memory operand definition has unmodeled result in function '$@'" and
func = instr.getEnclosingIRFunction() and
funcText = Language::getIdentityString(func.getFunction())
)

Просмотреть файл

@ -158,8 +158,7 @@ module InstructionConsistency {
operand = instr.getAnOperand() and
def = operand.getAnyDef() and
not def.isResultModeled() and
message =
"Memory operand definition has unmodeled result in function '$@'" and
message = "Memory operand definition has unmodeled result in function '$@'" and
func = instr.getEnclosingIRFunction() and
funcText = Language::getIdentityString(func.getFunction())
)

Просмотреть файл

@ -158,8 +158,7 @@ module InstructionConsistency {
operand = instr.getAnOperand() and
def = operand.getAnyDef() and
not def.isResultModeled() and
message =
"Memory operand definition has unmodeled result in function '$@'" and
message = "Memory operand definition has unmodeled result in function '$@'" and
func = instr.getEnclosingIRFunction() and
funcText = Language::getIdentityString(func.getFunction())
)