summaryrefslogtreecommitdiff
path: root/src/GF/Speech/SRG.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Speech/SRG.hs')
-rw-r--r--src/GF/Speech/SRG.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/Speech/SRG.hs b/src/GF/Speech/SRG.hs
index 40e220923..2691b6171 100644
--- a/src/GF/Speech/SRG.hs
+++ b/src/GF/Speech/SRG.hs
@@ -93,10 +93,10 @@ makeSimpleSRG opt s = makeSRG preprocess opt s
. mergeIdentical
. traceStats "After removeLeftRecursion"
. removeLeftRecursion origStart
- . fix (traceStats "After topDownFilter"
- . topDownFilter origStart
- . traceStats "After bottomUpFilter"
- . bottomUpFilter)
+ . traceStats "After topDownFilter"
+ . topDownFilter origStart
+ . traceStats "After bottomUpFilter"
+ . bottomUpFilter
. traceStats "After removeCycles"
. removeCycles
. traceStats "Inital CFG"