From 85f5a1ae396880b5f0c4b344217ab3ce6dc70b28 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Fri, 9 Dec 2011 02:00:44 +0000 Subject: [PATCH] Typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146234 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 5eb91feb41b..fe81352f4f4 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -3402,7 +3402,7 @@ IfUnequal: landing pad for the exception. As such, 'exception' label is required to have the "landingpad" instruction, which contains - the information about about the behavior of the program after unwinding + the information about the behavior of the program after unwinding happens, as its first non-PHI instruction. The restrictions on the "landingpad" instruction's tightly couples it to the "invoke" instruction, so that the important information contained