Skip to content

Commit a56ad33

Browse files
authored
Update ActivityAnalysis.cpp (rust-lang#796)
1 parent 23306ab commit a56ad33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

enzyme/Enzyme/ActivityAnalysis.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ const std::set<std::string> KnownInactiveFunctionInsts = {
197197

198198
const std::set<std::string> KnownInactiveFunctions = {
199199
"abort",
200+
"time",
201+
"gettimeofday",
200202
"__assert_fail",
201203
"__cxa_atexit",
202204
"__cxa_guard_acquire",

0 commit comments

Comments
 (0)