Revert "[indic] Clear syllables before presentation features"

This reverts commit 90f09b1e877dc6edf63fc4ac2b397ef4e5c92083.

This regressed Indic shaping. See:
https://github.com/harfbuzz/harfbuzz/issues/3513
diff --git a/src/hb-ot-shape-complex-indic.cc b/src/hb-ot-shape-complex-indic.cc
index f6974f2..4a8781c 100644
--- a/src/hb-ot-shape-complex-indic.cc
+++ b/src/hb-ot-shape-complex-indic.cc
@@ -198,10 +198,11 @@
   }
 
   map->add_gsub_pause (final_reordering_indic);
-  map->add_gsub_pause (_hb_clear_syllables);
 
   for (; i < INDIC_NUM_FEATURES; i++)
     map->add_feature (indic_features[i]);
+
+  map->add_gsub_pause (_hb_clear_syllables);
 }
 
 static void