From 2905c3233504afcf40f52fc63a648c4c3a03ac41 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 8 Aug 2011 07:58:58 +0000 Subject: Fix typo found by John. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137040 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index dd80658ff8..32fcba2352 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -6027,7 +6027,7 @@ freestanding environments and non-C-based languages.

The clauses are applied in order from top to bottom. If two landingpad instructions are merged together through inlining, the - clauses from the calling function are prepended to the list of clauses.

+ clauses from the calling function are appended to the list of clauses.

The landingpad instruction has several restrictions:

-- cgit v1.2.3