Skip to content

Commit 04ca979

Browse files
authored
Run clang-format (rust-lang#699)
1 parent a89cec3 commit 04ca979

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

enzyme/Enzyme/ActivityAnalysis.cpp

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -143,16 +143,8 @@ const char *KnownInactiveFunctionsContains[] = {
143143
"__enzyme_pointer"};
144144

145145
const std::set<std::string> InactiveGlobals = {
146-
"ompi_request_null",
147-
"ompi_mpi_double",
148-
"ompi_mpi_comm_world",
149-
"stderr",
150-
"stdout",
151-
"stdin",
152-
"_ZSt3cin",
153-
"_ZSt4cout",
154-
"_ZSt5wcout",
155-
"_ZSt4cerr",
146+
"ompi_request_null", "ompi_mpi_double", "ompi_mpi_comm_world", "stderr",
147+
"stdout", "stdin", "_ZSt3cin", "_ZSt4cout", "_ZSt5wcout", "_ZSt4cerr",
156148
"_ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE",
157149
"_ZTVSt15basic_streambufIcSt11char_traitsIcEE",
158150
"_ZTVSt9basic_iosIcSt11char_traitsIcEE",
@@ -166,8 +158,7 @@ const std::set<std::string> InactiveGlobals = {
166158
"_ZTVNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE",
167159
"_ZTTNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEE",
168160
// vtable for __cxxabiv1::__si_class_type_info
169-
"_ZTVN10__cxxabiv120__si_class_type_infoE"
170-
};
161+
"_ZTVN10__cxxabiv120__si_class_type_infoE"};
171162

172163
const std::map<std::string, size_t> MPIInactiveCommAllocators = {
173164
{"MPI_Graph_create", 5},

0 commit comments

Comments
 (0)