mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 17:56:53 +00:00
Fix prolific source of 'possible loss of data' warnings.
llvm-svn: 36507
This commit is contained in:
parent
f385b56870
commit
adae970e06
@ -156,7 +156,7 @@ class MachineFrameInfo {
|
||||
|
||||
public:
|
||||
MachineFrameInfo() {
|
||||
NumFixedObjects = StackSize = OffsetAdjustment = MaxAlignment = 0;
|
||||
StackSize = NumFixedObjects = OffsetAdjustment = MaxAlignment = 0;
|
||||
HasVarSizedObjects = false;
|
||||
HasCalls = false;
|
||||
MaxCallFrameSize = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user