From bfc3b8292c387f26ff9055c67e0ea49d97171dcc Mon Sep 17 00:00:00 2001 From: Heyang Zhou Date: Wed, 18 Mar 2020 00:58:50 +0800 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: nlewycky --- lib/singlepass-backend/src/codegen_x64.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/singlepass-backend/src/codegen_x64.rs b/lib/singlepass-backend/src/codegen_x64.rs index 0f7ef5221..0cf7f2b4a 100644 --- a/lib/singlepass-backend/src/codegen_x64.rs +++ b/lib/singlepass-backend/src/codegen_x64.rs @@ -238,7 +238,7 @@ pub struct X64FunctionCode { /// Metadata about a floating-point value. #[derive(Copy, Clone, Debug)] struct FloatValue { - /// Do we need to canonicalize the value before its bit pattern is observable? If so, how? + /// Do we need to canonicalize the value before its bit pattern is next observed? If so, how? canonicalization: Option, /// Corresponding depth in the main value stack.