[GlobalISel] Fix G_MUL comment. NFC.

llvm-svn: 278809
This commit is contained in:
Ahmed Bougacha 2016-08-16 14:37:43 +00:00
parent 59e160a19c
commit 329a1fea32
1 changed files with 1 additions and 1 deletions

View File

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