From 12602059a1c1dc88df7c442caedd55dc3d34414b Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Mon, 29 Sep 2008 18:16:09 +0000 Subject: [PATCH] Fix sentence. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56794 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 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