C++/C#: Fix formatting

This commit is contained in:
Dave Bartolomeo
2020-05-18 18:02:00 -04:00
parent 42c659b8f2
commit 01c2f0ce01
5 changed files with 5 additions and 10 deletions

View File

@@ -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())
)

View File

@@ -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())
)

View File

@@ -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())
)