[llvm] r209687 - Wording fix for llvm.global_dtors docs.

Reid Kleckner reid at kleckner.net
Tue May 27 14:35:17 PDT 2014


Author: rnk
Date: Tue May 27 16:35:17 2014
New Revision: 209687

URL: http://llvm.org/viewvc/llvm-project?rev=209687&view=rev
Log:
Wording fix for llvm.global_dtors docs.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=209687&r1=209686&r2=209687&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Tue May 27 16:35:17 2014
@@ -3201,7 +3201,7 @@ The '``llvm.global_dtors``' Global Varia
 The ``@llvm.global_dtors`` array contains a list of destructor
 functions, priorities, and an optional associated global or function.
 The functions referenced by this array will be called in descending
-order of priority (i.e. highest first) when the module is loaded. The
+order of priority (i.e. highest first) when the module is unloaded. The
 order of functions with the same priority is not defined.
 
 If the third field is present, non-null, and points to a global variable





More information about the llvm-commits mailing list