forked from OSchip/llvm-project
parent
59e160a19c
commit
329a1fea32
|
@ -99,7 +99,7 @@ def G_SUB : Instruction {
|
|||
let isCommutable = 0;
|
||||
}
|
||||
|
||||
// Generic subtraction.
|
||||
// Generic multiplication.
|
||||
def G_MUL : Instruction {
|
||||
let OutOperandList = (outs unknown:$dst);
|
||||
let InOperandList = (ins unknown:$src1, unknown:$src2);
|
||||
|
|
Loading…
Reference in New Issue