From ddf8fd23b524c7be566c668ecf58696005278b97 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 28 Sep 2018 22:50:46 -0700 Subject: [PATCH] Remove obsolete TODO comments. --- lib/wasm/src/code_translator.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/wasm/src/code_translator.rs b/lib/wasm/src/code_translator.rs index 9b2f62777b..3c615568ca 100644 --- a/lib/wasm/src/code_translator.rs +++ b/lib/wasm/src/code_translator.rs @@ -417,7 +417,6 @@ pub fn translate_operator( /******************************* Load instructions *********************************** * Wasm specifies an integer alignment flag but we drop it in Cranelift. * The memory base address is provided by the environment. - * TODO: differentiate between 32 bit and 64 bit architecture, to put the uextend or not ************************************************************************************/ Operator::I32Load8U { memarg: MemoryImmediate { flags: _, offset }, @@ -492,7 +491,6 @@ pub fn translate_operator( /****************************** Store instructions *********************************** * Wasm specifies an integer alignment flag but we drop it in Cranelift. * The memory base address is provided by the environment. - * TODO: differentiate between 32 bit and 64 bit architecture, to put the uextend or not ************************************************************************************/ Operator::I32Store { memarg: MemoryImmediate { flags: _, offset },