From 1074e2c7551b65c714d3a48cbfec19d99ddf1199 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 2 Jul 2018 07:59:54 -0700 Subject: [PATCH] Tidy up trailing whitespace. --- cranelift/docs/langref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/docs/langref.rst b/cranelift/docs/langref.rst index 5516812ceb..4197bd5a3d 100644 --- a/cranelift/docs/langref.rst +++ b/cranelift/docs/langref.rst @@ -564,7 +564,7 @@ A *global value* is an object whose value is not known at compile time. The value is computed at runtime by :inst:`global_value`, possibly using information provided by the linker via relocations. There are multiple kinds of global values using different methods for determining their value. -Cretonne does not track the type of a global value, for they are just +Cretonne does not track the type of a global value, for they are just values stored in non-stack memory. When Cretonne is generating code for a virtual machine environment, globals can