diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-04-02 03:59:45 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-04-02 03:59:45 +0000 |
| commit | 6f28fd388a1652bba2de39c69e98c8e4c61300de (patch) | |
| tree | 4bdd9f3eac1c99b4b2f82f6c79085c2eb12e69aa /llvm | |
| parent | 2e5872c671e6b1ebe48734afe9a2f1ec742c18c3 (diff) | |
| download | bcm5719-llvm-6f28fd388a1652bba2de39c69e98c8e4c61300de.tar.gz bcm5719-llvm-6f28fd388a1652bba2de39c69e98c8e4c61300de.zip | |
fix a comment
llvm-svn: 21003
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/CodeGen/SelectionDAGNodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h index cd8597baed7..5b8136b49fc 100644 --- a/llvm/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/llvm/include/llvm/CodeGen/SelectionDAGNodes.h @@ -114,7 +114,7 @@ namespace ISD { // SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded // integer shift operations, just like ADD/SUB_PARTS. The operation // ordering is: - // [Lo,Hi] = op [LoLHS,HiLHS], [LoRHS,HiRHS] + // [Lo,Hi] = op [LoLHS,HiLHS], Amt SHL_PARTS, SRA_PARTS, SRL_PARTS, // Conversion operators. These are all single input single output |

