Driver: Use an early return instead of a long if condition (NFC)
authorJustin Bogner <mail@justinbogner.com>
Mon, 20 Oct 2014 21:20:27 +0000 (21:20 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 20 Oct 2014 21:20:27 +0000 (21:20 +0000)
commitbc89b18c4e90fe39138206050066f9408b606076
treee6379b6b008d84e3c9aab2434d197130c6b58c46
parente1a33d1e4c925ae4cfe36df13475e56762780360
Driver: Use an early return instead of a long if condition (NFC)

This just flattens an if block by returning early on the "else"
condition.

llvm-svn: 220235
clang/lib/Driver/Driver.cpp