Explain the return value of CCAssignFn.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117854 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2010-10-31 10:29:14 +00:00
parent 7be2c33193
commit 0acfa8db3f

View File

@ -129,7 +129,7 @@ public:
};
/// CCAssignFn - This function assigns a location for Val, updating State to
/// reflect the change.
/// reflect the change. It returns 'true' if it failed to handle Val.
typedef bool CCAssignFn(unsigned ValNo, EVT ValVT,
EVT LocVT, CCValAssign::LocInfo LocInfo,
ISD::ArgFlagsTy ArgFlags, CCState &State);