[llvm-commits] [llvm] r67370 - /llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp

Sanjiv Gupta sanjiv.gupta at microchip.com
Fri Mar 20 02:39:02 PDT 2009


Author: sgupta
Date: Fri Mar 20 04:38:50 2009
New Revision: 67370

URL: http://llvm.org/viewvc/llvm-project?rev=67370&view=rev
Log:
Fixed the comment. No functionality change.

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp?rev=67370&r1=67369&r2=67370&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp Fri Mar 20 04:38:50 2009
@@ -873,11 +873,11 @@
 /// CustomLowerResults - Replace the node's results with custom code provided
 /// by the target and return "true", or do nothing and return "false".
 /// The last parameter is FALSE if we are dealing with a node with legal
-/// result types and illegal operand. The second parameter denotes the illegal
-/// OperandNo in that case.
+/// result types and illegal operand. The second parameter denotes the type of
+/// illegal OperandNo in that case.
 /// The last parameter being TRUE means we are dealing with a
-/// node with illegal result types. The second parameter denotes the illegal
-/// ResNo in that case.
+/// node with illegal result types. The second parameter denotes the type of
+/// illegal ResNo in that case.
 bool DAGTypeLegalizer::CustomLowerResults(SDNode *N, MVT VT,
                                           bool LegalizeResult) {
   // See if the target wants to custom lower this node.





More information about the llvm-commits mailing list