| Index: src/IceTargetLoweringX8632Traits.h
|
| diff --git a/src/IceTargetLoweringX8632Traits.h b/src/IceTargetLoweringX8632Traits.h
|
| index f6ed709523370410949c2f5f7c9b65cfa192115c..a87ff1d18ec3ae20864f4ee714123980d0794d1a 100644
|
| --- a/src/IceTargetLoweringX8632Traits.h
|
| +++ b/src/IceTargetLoweringX8632Traits.h
|
| @@ -579,6 +579,8 @@ template <> struct MachineTraits<TargetX8632> {
|
|
|
| /// The maximum number of arguments to pass in XMM registers
|
| static const uint32_t X86_MAX_XMM_ARGS = 4;
|
| + /// The maximum number of arguments to pass in GPR registers
|
| + static const uint32_t X86_MAX_GPR_ARGS = 0;
|
| /// The number of bits in a byte
|
| static const uint32_t X86_CHAR_BIT = 8;
|
| /// Stack alignment. This is defined in IceTargetLoweringX8632.cpp because it
|
|
|