Skip to content

Commit 4f25fe8

Browse files
committed
Make the instrumentation pass more generic, rename it to TraceCalls
1 parent 030e74f commit 4f25fe8

File tree

10 files changed

+394
-264
lines changed

10 files changed

+394
-264
lines changed

src/passes/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ set(passes_SOURCES
4949
Heap2Local.cpp
5050
I64ToI32Lowering.cpp
5151
Inlining.cpp
52-
InstrumentAllocations.cpp
5352
InstrumentLocals.cpp
5453
InstrumentMemory.cpp
5554
Intrinsics.cpp
@@ -94,6 +93,7 @@ set(passes_SOURCES
9493
StringLowering.cpp
9594
Strip.cpp
9695
StripTargetFeatures.cpp
96+
TraceCalls.cpp
9797
RedundantSetElimination.cpp
9898
RemoveImports.cpp
9999
RemoveMemory.cpp

src/passes/InstrumentAllocations.cpp

Lines changed: 0 additions & 158 deletions
This file was deleted.

0 commit comments

Comments
 (0)