From: Devang Patel Date: Mon, 29 Sep 2008 18:16:09 +0000 (+0000) Subject: Fix sentence. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=12602059a1c1dc88df7c442caedd55dc3d34414b;p=oota-llvm.git Fix sentence. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56794 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 24f08eb92a1..c5cffc39820 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -935,7 +935,7 @@ make choices that help reduce code size.
noreturn
This function attribute indicates that the function never returns. This - indicates to LLVM that every call to this function should be treated as if + tells LLVM that every call to this function should be treated as if an unreachable instruction immediately followed the call.
nounwind