From 2a6153684843f76bb098e5c8c361c1e63fea5ccb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 28 Feb 2005 19:47:14 +0000 Subject: [PATCH] cleanup my miswording git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20381 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LangRef.html b/docs/LangRef.html index 38229f55a11..c1f37e2b8fe 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2520,8 +2520,8 @@ source-language caller.

The 'llvm.prefetch' intrinsic is a hint to the code generator to insert a prefetch instruction if supported, otherwise it is a noop. Prefetches have no -behavior affect on the program, but can change the performance characteristics -of the code. +effect on the behavior of the program, but can change its performance +characteristics.

Arguments: