aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-02-04 21:30:26 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-02-04 21:30:26 -0800
commitf4af7740c155f378199ab5a236124d2d5813998c (patch)
tree9123b5460d420678c3a4b21d06c90c8464d7e6b0 /emcc
parent334bd00745bb082ee1778f672361df1b8b13125a (diff)
remove warning on relooper slowness - it is reasonably fast at this point
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc6
1 files changed, 0 insertions, 6 deletions
diff --git a/emcc b/emcc
index a224a71d..b8e2489c 100755
--- a/emcc
+++ b/emcc
@@ -584,12 +584,6 @@ try:
if DEBUG: save_intermediate('dce', 'bc')
# Prepare .ll for Emscripten
- try:
- if shared.Settings.RELOOP:
- print >> sys.stderr, 'emcc: warning: The relooper optimization can be very slow.'
- except:
- pass
-
if not LEAVE_INPUTS_RAW:
final = shared.Building.llvm_dis(final, final + '.ll')
else: