mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 08:56:15 +08:00
Fix 'will be initialized after' warning.
llvm-svn: 250691
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user