summaryrefslogtreecommitdiff
path: root/src/passes/Directize.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/passes/Directize.cpp')
-rw-r--r--src/passes/Directize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/Directize.cpp b/src/passes/Directize.cpp
index 66b42d386..6cb4e46d8 100644
--- a/src/passes/Directize.cpp
+++ b/src/passes/Directize.cpp
@@ -203,7 +203,7 @@ struct Directize : public Pass {
// TODO: consider a per-table option here
auto initialContentsImmutable =
- getPassOptions().hasArgument("directize-initial-contents-immutable");
+ hasArgument("directize-initial-contents-immutable");
// Set up the initial info.
TableInfoMap tables;