From c61a20dc7d60f82d4ba005a2412eabd7cc088eb1 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 28 Jan 2016 11:08:53 -0800 Subject: Remove more references to `comma` and `conditional`. --- FeatureTest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FeatureTest.md') diff --git a/FeatureTest.md b/FeatureTest.md index a7a3aec..39c99c9 100644 --- a/FeatureTest.md +++ b/FeatureTest.md @@ -37,7 +37,7 @@ To illustrate, consider 4 examples: * [`i32.min_s`](FutureFeatures.md#additional-integer-operators) - Strategy 2 could be used to translate `(i32.min_s lhs rhs)` into an equivalent expression - that stores `lhs` and `rhs` in locals then uses `i32.lt_s` and `conditional`. + that stores `lhs` and `rhs` in locals then uses `i32.lt_s` and `select`. * [Threads](PostMVP.md#threads) - If an application uses `#ifdef` extensively to produce thread-enabled/disabled builds, Strategy 1 would be appropriate. However, if the application was able to abstract use of threading to a few -- cgit v1.2.3