Commit 096c587d authored by Mark Florisson's avatar Mark Florisson

Fix mspacek's report

parent dca9489a
......@@ -44,6 +44,8 @@ cdef class FunctionState:
cpdef set_loop_labels(self, labels)
cpdef tuple get_all_labels(self)
cpdef set_all_labels(self, labels)
cpdef start_collecting_temps(self)
cpdef stop_collecting_temps(self)
cpdef list temps_in_use(self)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment