Changes in directory llvm/lib/Target/ARM:
ARMISelLowering.cpp updated: 1.12 -> 1.13 --- Log message: Fix comments. --- Diffs of the changes: (+3 -3) ARMISelLowering.cpp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/Target/ARM/ARMISelLowering.cpp diff -u llvm/lib/Target/ARM/ARMISelLowering.cpp:1.12 llvm/lib/Target/ARM/ARMISelLowering.cpp:1.13 --- llvm/lib/Target/ARM/ARMISelLowering.cpp:1.12 Thu Feb 1 19:53:26 2007 +++ llvm/lib/Target/ARM/ARMISelLowering.cpp Sat Feb 3 02:53:01 2007 @@ -364,9 +364,9 @@ } } -// This transforms a ISD::CALL node into a -// callseq_star <- ARMISD:CALL <- callseq_end -// chain +/// LowerCALL - Lowering a ISD::CALL node into a callseq_start <- +/// ARMISD:CALL <- callseq_end chain. Also add input and output parameter +/// nodes. SDOperand ARMTargetLowering::LowerCALL(SDOperand Op, SelectionDAG &DAG) { MVT::ValueType RetVT= Op.Val->getValueType(0); SDOperand Chain = Op.getOperand(0); _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits