]> granicus.if.org Git - clang/commit
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)
commit25bc0371c4d75895922b2d7baa912b7f6c3fb6f9
tree27c6b4fdbd444ae2d70d89f21e502548e7914ed1
parent8d24a336dea9ffac70f50acf16958db1a9212390
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220235 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Driver.cpp