Fix some typos noticed by Gabor Greif!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24364 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-11-15 06:07:55 +00:00
parent 2c3d3d2a59
commit d07c3f4279

View File

@ -2799,7 +2799,7 @@ The '<tt>llvm.pcmarker</tt>' 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.
</p>