Skip to content

Commit d871456

Browse files
committed
[Profile] Remove inline for hasCorrelation.
1 parent 86f2e09 commit d871456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/profile/InstrProfiling.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ COMPILER_RT_VISIBILITY void __llvm_profile_reset_counters(void) {
9090
lprofSetProfileDumped(0);
9191
}
9292

93-
inline int hasCorrelation() {
93+
int hasCorrelation() {
9494
return (__llvm_profile_get_version() & VARIANT_MASK_DBG_CORRELATE) != 0ULL;
9595
}

0 commit comments

Comments
 (0)