From 604d74f92dc2a56fb9a65cdc8122ce7220dc38df Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 18 Sep 2015 06:37:02 -0700 Subject: [PATCH] Rename 'ior' to 'or', to match the spec repo. --- AstSemantics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AstSemantics.md b/AstSemantics.md index d1dd8761..415c3cc4 100644 --- a/AstSemantics.md +++ b/AstSemantics.md @@ -385,7 +385,7 @@ results into the result type. * `i32.rem_s`: signed remainder (result has the sign of the dividend) * `i32.rem_u`: unsigned remainder * `i32.and`: sign-agnostic logical and - * `i32.ior`: sign-agnostic inclusive or + * `i32.or`: sign-agnostic inclusive or * `i32.xor`: sign-agnostic exclusive or * `i32.shl`: sign-agnostic shift left * `i32.shr_u`: zero-replicating (logical) shift right