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),
|
||||
IsRetSmallStructInRegABI(RetSmallStructInRegABI),
|
||||
IsWin32StructABI(Win32StructABI),
|
||||
DefaultNumRegisterParameters(NumRegisterParameters),
|
||||
IsSoftFloatABI(SoftFloatABI) {}
|
||||
IsSoftFloatABI(SoftFloatABI),
|
||||
DefaultNumRegisterParameters(NumRegisterParameters) {}
|
||||
};
|
||||
|
||||
class X86_32TargetCodeGenInfo : public TargetCodeGenInfo {
|
||||
|
|
Loading…
Reference in New Issue