diff options
| author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2016-08-16 14:37:43 +0000 |
|---|---|---|
| committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2016-08-16 14:37:43 +0000 |
| commit | 329a1fea32d8f626bf991815058764c9881a9ddd (patch) | |
| tree | 818236d5aa8fc5a4b00152c52f982e3f25c096b0 | |
| parent | 59e160a19c5bf97adacddc443997c3140acb3ccf (diff) | |
| download | bcm5719-llvm-329a1fea32d8f626bf991815058764c9881a9ddd.tar.gz bcm5719-llvm-329a1fea32d8f626bf991815058764c9881a9ddd.zip | |
[GlobalISel] Fix G_MUL comment. NFC.
llvm-svn: 278809
| -rw-r--r-- | llvm/include/llvm/Target/GenericOpcodes.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/GenericOpcodes.td b/llvm/include/llvm/Target/GenericOpcodes.td index ade3577199b..6a0243ab53f 100644 --- a/llvm/include/llvm/Target/GenericOpcodes.td +++ b/llvm/include/llvm/Target/GenericOpcodes.td @@ -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); |

