forked from OSchip/llvm-project
Fix 'will be initialized after' warning.
llvm-svn: 250691
This commit is contained in:
parent
74ca428df7
commit
ab2e28ebaf
|
@ -852,8 +852,8 @@ public:
|
||||||
: ABIInfo(CGT), IsDarwinVectorABI(DarwinVectorABI),
|
: ABIInfo(CGT), IsDarwinVectorABI(DarwinVectorABI),
|
||||||
IsRetSmallStructInRegABI(RetSmallStructInRegABI),
|
IsRetSmallStructInRegABI(RetSmallStructInRegABI),
|
||||||
IsWin32StructABI(Win32StructABI),
|
IsWin32StructABI(Win32StructABI),
|
||||||
DefaultNumRegisterParameters(NumRegisterParameters),
|
IsSoftFloatABI(SoftFloatABI),
|
||||||
IsSoftFloatABI(SoftFloatABI) {}
|
DefaultNumRegisterParameters(NumRegisterParameters) {}
|
||||||
};
|
};
|
||||||
|
|
||||||
class X86_32TargetCodeGenInfo : public TargetCodeGenInfo {
|
class X86_32TargetCodeGenInfo : public TargetCodeGenInfo {
|
||||||
|
|
Loading…
Reference in New Issue