You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove dead code, unused variable, fix unsigned underflow
- KernelParser.cpp change removes store to `rgn` that was
always overwritten in all codepaths without any load.
- G4_Kernel.hpp change removes potential unsigned underflow
condition `i >= 0` in the for loop always evaluates to true
for unsigned values.
- CISABuilder.cpp change removes `resource` null check
because it must be non-null to reach this codepath.
0 commit comments