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 | 6b8f2d649c1e96e0222be9de1e5d6c79e3eef021 (patch) | |
tree | 2a1dd48c3dc4543c658cecff060c4418f4fcd39d | |
parent | 4759982a2d4ab597fb69d4a1113d0f35e673a4e1 (diff) |
fix a comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21003 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/SelectionDAGNodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index cd8597baed..5b8136b49f 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/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 |