summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-04-02 03:59:45 +0000
committerChris Lattner <sabre@nondot.org>2005-04-02 03:59:45 +0000
commit6f28fd388a1652bba2de39c69e98c8e4c61300de (patch)
tree4bdd9f3eac1c99b4b2f82f6c79085c2eb12e69aa /llvm
parent2e5872c671e6b1ebe48734afe9a2f1ec742c18c3 (diff)
downloadbcm5719-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.h2
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
OpenPOWER on IntegriCloud