commit | 9fa49c8906e08296548e0ee0c8c9c5852781684a | [log] [tgz] |
---|---|---|
author | Brian Gaeke <gaeke@uiuc.edu> | Tue May 04 16:51:47 2004 +0000 |
committer | Brian Gaeke <gaeke@uiuc.edu> | Tue May 04 16:51:47 2004 +0000 |
tree | 01fed88c5797b0cdde69b7f76994c1592ce4b5ec | |
parent | 40114b780b1f1243e5b4dcc45e6685b3c77d3b32 [diff] [blame] |
Constants for profile info type changed names to match the C++ ones. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13344 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/runtime/libprofile/FunctionProfiling.c b/runtime/libprofile/FunctionProfiling.c index 5f9c4f2..d030053 100644 --- a/runtime/libprofile/FunctionProfiling.c +++ b/runtime/libprofile/FunctionProfiling.c
@@ -25,7 +25,7 @@ static void FuncProfAtExitHandler() { /* Just write out the data we collected. */ - write_profiling_data(Function, ArrayStart, NumElements); + write_profiling_data(FunctionInfo, ArrayStart, NumElements); }