Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
The code now essentially says
if (OldMO.isDef()) assert(OldMO.isDef())
Which seems redundant. But I guess getting rid of the warning is fine.