Use the RHS length instead of the LHS length. They are both the same,
but this ends up compiling code like this: int foo(const StringRef &R) { return R == "food"; } to use a constant sized memcmp instead of a variable memcmp. llvm-svn: 77160
Loading
Please register or sign in to comment