replace 'break's with 'return 0' in visitCallInst code for objectsize, since...
replace 'break's with 'return 0' in visitCallInst code for objectsize, since there is no need to fallback to visitCallSite. This gives a 0.9% in a test case llvm-svn: 156069
Please register or sign in to comment