Skip to content

Commit af52dc5

Browse files
committed
remove stale comment
1 parent 27a17f5 commit af52dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emscripten.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ def emscript_fast(infile, settings, outfile, libraries=[], compiler_engine=None,
725725
outfile: The file where the output is written.
726726
"""
727727

728-
assert(settings['ASM_JS']) # TODO: apply ASM_JS even in -O0 for fastcomp
728+
assert(settings['ASM_JS'])
729729

730730
# Overview:
731731
# * Run LLVM backend to emit JS. JS includes function bodies, memory initializer,

0 commit comments

Comments
 (0)