This fixes http://llvm.org/bugs/show_bug.cgi?id=21166 .
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Analysis/ScopInfo.cpp | ||
---|---|---|
1278 ↗ | (On Diff #14447) | You are iterating over all memory accesses of one statement, so I assume MA->getStatement() is always equal to Stmt, right? |
Comment Actions
Thanks, will be updated.
lib/Analysis/ScopInfo.cpp | ||
---|---|---|
1278 ↗ | (On Diff #14447) | 100% correct... my bad. |