I would agree the difference is negligible. The real speed difference comes from what Batvink suggested, the order you put the statements. Ideally, you would try to have the most common results first and the least likely at the bottom. Because the sooner a condition is met, the sooner it can stop checking the rest. This of course assumes you're using IF ELSE and not just a series of IF statements, in which case it'd make no difference.
"I like offending people, because I think people who get offended should be offended." - Linus Torvalds