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