mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fixed the comment. No functionality change.
llvm-svn: 67370
This commit is contained in:
parent
0561fdaaf7
commit
5957bb99ba
@ -873,11 +873,11 @@ SDValue DAGTypeLegalizer::CreateStackStoreLoad(SDValue Op,
|
||||
/// 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user