| Index: src/IceCfg.cpp
|
| diff --git a/src/IceCfg.cpp b/src/IceCfg.cpp
|
| index bb738a78c7d541b152ada34ace53659b65f3feb1..285b489ecce92ea61b7601add9664520fe872450 100644
|
| --- a/src/IceCfg.cpp
|
| +++ b/src/IceCfg.cpp
|
| @@ -599,6 +599,7 @@ void Cfg::processAllocas(bool SortAndCombine) {
|
| TimerMarker _(TimerStack::TT_alloca, this);
|
| const uint32_t StackAlignment = getTarget()->getStackAlignment();
|
| CfgNode *EntryNode = getEntryNode();
|
| + assert(EntryNode);
|
| // LLVM enforces power of 2 alignment.
|
| assert(llvm::isPowerOf2_32(StackAlignment));
|
| // Determine if there are large alignment allocations in the entry block or
|
|
|