[svn:parrot] r49697 - trunk/compilers/pct/src/PCT
nwellnhof at svn.parrot.org
nwellnhof at svn.parrot.org
Wed Oct 27 20:48:46 UTC 2010
Author: nwellnhof
Date: Wed Oct 27 20:48:46 2010
New Revision: 49697
URL: https://trac.parrot.org/parrot/changeset/49697
Log:
[pct] Remove deprecated charset ops in PCT::HLLCompiler
Modified:
trunk/compilers/pct/src/PCT/HLLCompiler.pir
Modified: trunk/compilers/pct/src/PCT/HLLCompiler.pir
==============================================================================
--- trunk/compilers/pct/src/PCT/HLLCompiler.pir Wed Oct 27 20:48:20 2010 (r49696)
+++ trunk/compilers/pct/src/PCT/HLLCompiler.pir Wed Oct 27 20:48:46 2010 (r49697)
@@ -380,15 +380,6 @@
tcode_loop:
unless tcode_it goto transcode_done
tcode = shift tcode_it
- push_eh tcode_enc
- $I0 = find_charset tcode
- $S0 = source
- $S0 = trans_charset $S0, $I0
- assign source, $S0
- pop_eh
- goto transcode_done
- tcode_enc:
- pop_eh
push_eh tcode_fail
$I0 = find_encoding tcode
$S0 = source
More information about the parrot-commits
mailing list