summaryrefslogtreecommitdiff
path: root/runtime/libprofile/Profiling.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-10 17:36:25 +0000
committerChris Lattner <sabre@nondot.org>2004-02-10 17:36:25 +0000
commitaffce4fd93e9f8ee863f10bdef8a107591341e5d (patch)
tree3da2019733e039ee0685a33eca54c5f43d6a90b4 /runtime/libprofile/Profiling.h
parentc6f7591f5afcd6a35207dad8665365f3367eb7cb (diff)
downloadllvm-affce4fd93e9f8ee863f10bdef8a107591341e5d.tar.gz
llvm-affce4fd93e9f8ee863f10bdef8a107591341e5d.tar.bz2
llvm-affce4fd93e9f8ee863f10bdef8a107591341e5d.tar.xz
Make the initialization calls return argc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11261 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/libprofile/Profiling.h')
-rw-r--r--runtime/libprofile/Profiling.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libprofile/Profiling.h b/runtime/libprofile/Profiling.h
index bb7cc8bc96..947460a29e 100644
--- a/runtime/libprofile/Profiling.h
+++ b/runtime/libprofile/Profiling.h
@@ -18,7 +18,7 @@
/* save_arguments - Save argc and argv as passed into the program for the file
* we output.
*/
-void save_arguments(int argc, const char **argv);
+int save_arguments(int argc, const char **argv);
enum ProfilingType {
Arguments = 1, /* The command line argument block */