Skip to content

Commit

Permalink
Wording fix for llvm.global_dtors docs.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209687 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rnk committed May 27, 2014
1 parent 6343f5c commit 54ba0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3201,7 +3201,7 @@ The '``llvm.global_dtors``' Global Variable
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
Expand Down

0 comments on commit 54ba0df

Please sign in to comment.