mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
TempScop: Make assert more descriptive
llvm-svn: 177642
This commit is contained in:
@@ -155,7 +155,7 @@ public:
|
||||
///
|
||||
const SCEV *getLoopBound(const Loop *L) const {
|
||||
LoopBoundMapType::const_iterator at = LoopBounds.find(L);
|
||||
assert(at != LoopBounds.end() && "Only valid loop is allow!");
|
||||
assert(at != LoopBounds.end() && "Bound for loop not available!");
|
||||
return at->second;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user