mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 22:15:18 +00:00
Add explicit initializer for UseLocalStackAllocationBlock in MFI constructor
llvm-svn: 111655
This commit is contained in:
parent
d8be4c4aca
commit
079599c699
@ -235,6 +235,7 @@ public:
|
||||
LocalFrameSize = 0;
|
||||
LocalFrameBaseOffset = 0;
|
||||
LocalFrameMaxAlign = 0;
|
||||
UseLocalStackAllocationBlock = false;
|
||||
}
|
||||
|
||||
/// hasStackObjects - Return true if there are any stack objects in this
|
||||
|
Loading…
Reference in New Issue
Block a user