[GlobalISel] Fix G_MUL comment. NFC.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Tue, 16 Aug 2016 14:37:43 +0000 (14:37 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Tue, 16 Aug 2016 14:37:43 +0000 (14:37 +0000)
llvm-svn: 278809

llvm/include/llvm/Target/GenericOpcodes.td

index ade3577..6a0243a 100644 (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);