summaryrefslogtreecommitdiff
path: root/src/passes/LogExecution.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/passes/LogExecution.cpp')
-rw-r--r--src/passes/LogExecution.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/LogExecution.cpp b/src/passes/LogExecution.cpp
index 611f79dfd..a6caf1c1f 100644
--- a/src/passes/LogExecution.cpp
+++ b/src/passes/LogExecution.cpp
@@ -72,7 +72,7 @@ private:
Builder builder(*getModule());
return builder.makeSequence(
builder.makeCall(
- LOGGER, {builder.makeConst(Literal(int32_t(id++)))}, none),
+ LOGGER, {builder.makeConst(Literal(int32_t(id++)))}, Type::none),
curr);
}
};