Skip to content
Commit f463abc0 authored by Nuno Lopes's avatar Nuno Lopes
Browse files

remove code to add bound checks for simple array accesses, since those are...

remove code to add bound checks for simple array accesses, since those are already covered by the check with the objectsize builtin
remove the comparison of objectsize with -1. since it's an unsigned comparison, it will always succeed if objectsize returns -1, which is enough to have the check removed

llvm-svn: 156311
parent 41e7ab8f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment