File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 19
19
def G_ADD : Instruction {
20
20
let OutOperandList = (outs unknown:$dst);
21
21
let InOperandList = (ins unknown:$src1, unknown:$src2);
22
- let AsmString = "";
23
22
let hasSideEffects = 0;
24
23
let isCommutable = 1;
25
24
}
@@ -28,7 +27,6 @@ def G_ADD : Instruction {
28
27
def G_OR : Instruction {
29
28
let OutOperandList = (outs unknown:$dst);
30
29
let InOperandList = (ins unknown:$src1, unknown:$src2);
31
- let AsmString = "";
32
30
let hasSideEffects = 0;
33
31
let isCommutable = 1;
34
32
}
@@ -40,7 +38,6 @@ def G_OR : Instruction {
40
38
def G_BR : Instruction {
41
39
let OutOperandList = (outs);
42
40
let InOperandList = (ins unknown:$src1);
43
- let AsmString = "";
44
41
let hasSideEffects = 0;
45
42
let isBranch = 1;
46
43
let isTerminator = 1;
You can’t perform that action at this time.
0 commit comments