From: Jim Laskey Date: Wed, 11 Oct 2006 17:52:19 +0000 (+0000) Subject: Typo X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2d84c4c7b314242346dea1a7f48563333476a4d5;p=oota-llvm.git Typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30884 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index c0d3076fe1a..f38b1a3455d 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp @@ -2851,7 +2851,7 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) { 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