diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-17 15:35:51 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-17 15:35:51 -0800 |
commit | af52dc5060efa8121130be7976ac919deceab358 (patch) | |
tree | d07a676cdb1b4300855232264497b46d2053ef6f | |
parent | 27a17f57f868a057ad7846cf3dceea6bc8d0f77f (diff) |
remove stale comment
-rwxr-xr-x | emscripten.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emscripten.py b/emscripten.py index aeace63d..725f573f 100755 --- a/emscripten.py +++ b/emscripten.py @@ -725,7 +725,7 @@ def emscript_fast(infile, settings, outfile, libraries=[], compiler_engine=None, outfile: The file where the output is written. """ - assert(settings['ASM_JS']) # TODO: apply ASM_JS even in -O0 for fastcomp + assert(settings['ASM_JS']) # Overview: # * Run LLVM backend to emit JS. JS includes function bodies, memory initializer, |