initialization calls now return argc. If the program uses the argc value
authorChris Lattner <sabre@nondot.org>
Tue, 10 Feb 2004 17:41:01 +0000 (17:41 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 10 Feb 2004 17:41:01 +0000 (17:41 +0000)
commit81d1a2207d96163a81afc6a7ad11cba41ea72dff
treea0f28f22173b105084cbb2a7250770c57b8f4894
parentaffce4fd93e9f8ee863f10bdef8a107591341e5d
initialization calls now return argc.  If the program uses the argc value
passed into main, make sure they use the return value of the init call
instead of the one passed in.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11262 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/BlockProfiling.cpp