summaryrefslogtreecommitdiff
path: root/src/ir/module-splitting.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir/module-splitting.h')
-rw-r--r--src/ir/module-splitting.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ir/module-splitting.h b/src/ir/module-splitting.h
index 09b4c0793..9a2597067 100644
--- a/src/ir/module-splitting.h
+++ b/src/ir/module-splitting.h
@@ -26,7 +26,7 @@
// functions. The secondary module imports all of its dependencies from the
// primary module.
//
-// This code currently makes a few assumptions about the modules that will be
+// This code currently makes a couple assumptions about the modules that will be
// split and will fail assertions if those assumptions are not true.
//
// 1) It assumes that mutable-globals are allowed.
@@ -34,8 +34,6 @@
// 2) It assumes that either all segment offsets are constants or there is
// exactly one segment that may have a non-constant offset.
//
-// 3) It assumes that each function appears in the table at most once.
-//
// These requirements will be relaxed as necessary in the future, but for now
// this code should be considered experimental and used with care.