From d07c3f4279a9048ed5082d41ec7be53c27288b4a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 15 Nov 2005 06:07:55 +0000 Subject: [PATCH] Fix some typos noticed by Gabor Greif! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24364 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 70071e05f75..dde18bd7118 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -2799,7 +2799,7 @@ The 'llvm.pcmarker' intrinsic is a method to export a Program Counter code to simulators and other tools. The method is target specific, but it is expected that the marker will use exported symbols to transmit the PC of the marker. The marker makes no guarantees that it will remain with any specific instruction -after optimizations. It is possible that the presense of a marker will inhibit +after optimizations. It is possible that the presence of a marker will inhibit optimizations. The intended use is to be inserted after optmizations to allow correlations of simulation runs.

-- 2.34.1