Fixed deadstoreelimination bug where negative indices were incorrectly causing...
Fixed deadstoreelimination bug where negative indices were incorrectly causing the optimisation to occur Turns out long long + unsigned long long is unsigned. Doh! Fixes http://llvm.org/bugs/show_bug.cgi?id=11455 llvm-svn: 145731
Loading
Please register or sign in to comment