[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Jim Laskey
jlaskey at apple.com
Wed Oct 11 10:52:34 PDT 2006
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.410 -> 1.411
---
Log message:
Typo
---
Diffs of the changes: (+1 -1)
LegalizeDAG.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:1.410 llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:1.411
--- llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:1.410 Wed Oct 11 02:09:31 2006
+++ llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp Wed Oct 11 12:52:19 2006
@@ -2851,7 +2851,7 @@
Result = DAG.getNode(ISD::SRA, Node->getValueType(0),
Result, ShiftCst);
} else if (Node->getOpcode() == ISD::FP_ROUND_INREG) {
- // The only way we can lower this is to turn it into a STORETRUNC,
+ // The only way we can lower this is to turn it into a TRUNCSTORE,
// EXTLOAD pair, targetting a temporary location (a stack slot).
// NOTE: there is a choice here between constantly creating new stack
More information about the llvm-commits
mailing list