forked from OSchip/llvm-project
parent
887baa0b49
commit
0af4f635f1
|
@ -1930,7 +1930,6 @@ void ARMTargetLowering::HandleByVal(CCState *State, unsigned &Size,
|
||||||
Size = std::max<int>(Size - Excess, 0);
|
Size = std::max<int>(Size - Excess, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// MatchingStackOffset - Return true if the given stack call argument is
|
/// MatchingStackOffset - Return true if the given stack call argument is
|
||||||
/// already available in the same position (relatively) of the caller's
|
/// already available in the same position (relatively) of the caller's
|
||||||
/// incoming argument stack.
|
/// incoming argument stack.
|
||||||
|
|
Loading…
Reference in New Issue