| Index: src/IceCfgNode.cpp
|
| diff --git a/src/IceCfgNode.cpp b/src/IceCfgNode.cpp
|
| index 462cbcba1b4a7d6ab62235fd2e9b6b4b4b19d33e..76dc097d48e6cd70b7d0ccaf289ed3a763a1a636 100644
|
| --- a/src/IceCfgNode.cpp
|
| +++ b/src/IceCfgNode.cpp
|
| @@ -671,6 +671,7 @@ void CfgNode::livenessAddIntervals(Liveness *Liveness, InstNumberT FirstInstNum,
|
| [](const LiveBeginEndMapEntry &A, const LiveBeginEndMapEntry &B) {
|
| return A.first == B.first;
|
| };
|
| + (void)ComparePair;
|
| assert(std::adjacent_find(MapBegin.begin(), MapBegin.end(), ComparePair) ==
|
| MapBegin.end());
|
| assert(std::adjacent_find(MapEnd.begin(), MapEnd.end(), ComparePair) ==
|
|
|