fix __builtin_strlen() constantness __builtin_strlen() is an integer constant expression iff the argument is a string constant; expand_strlen() does the right thing, but it comes too late - we need the same logics in ->evaluate() for __builtin_strlen(). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>