Pass argc by value, not by reference, since it isn't modified.
authorDan Gohman <gohman@apple.com>
Tue, 9 Oct 2007 16:04:57 +0000 (16:04 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 9 Oct 2007 16:04:57 +0000 (16:04 +0000)
commit9a5263241d40d493445d7f386b4d76be088c3ac1
tree736cdb4a3ffc0b23abe9f8215e46199fbc89932b
parent6d60cac029c5eda877a982cd6a0281380932c512
Pass argc by value, not by reference, since it isn't modified.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42788 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/CommandLine.h
lib/Support/CommandLine.cpp