Avoids a call to strlen on both strings which always reads the entire string. strcmp can use early exit. llvm-svn: 276737
11 KiB
11 KiB
Avoids a call to strlen on both strings which always reads the entire string. strcmp can use early exit. llvm-svn: 276737