]> granicus.if.org Git - clang/commit
cc1as: invert return bool to indicate failure
authorAlp Toker <alp@nuanti.com>
Sat, 31 May 2014 00:02:27 +0000 (00:02 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 31 May 2014 00:02:27 +0000 (00:02 +0000)
commitbdbbf1d93bedf6a433b68f30b5391034fd25d7b1
treee3d9170d4f2f1b6ad7d5ec05884f9ad7a0c227e2
parentffea7e328975034b52a7ce3490d36d22b30d9cc8
cc1as: invert return bool to indicate failure

This simplifies code flow and matches the convention used in surrounding code.

No functional change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209936 91177308-0d34-0410-b5e6-96231b3b80d8
tools/driver/cc1as_main.cpp