From 66c6c65de28c3140fd4d048535fc259fc3f71479 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Mon, 29 Sep 2008 18:34:44 +0000 Subject: [PATCH] Fix grammar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56796 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 c5cffc39820..bba96240d84 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -930,7 +930,7 @@ situation. This attribute may not be used together with alwaysinline attribute.
optsize
-
This attribute suggests optimization passes and code generator passes to +
This attribute suggests that optimization passes and code generator passes make choices that help reduce code size.
noreturn
-- 2.11.0