Fix a typo, thanks to Gabor Greif

llvm-svn: 27054
This commit is contained in:
Chris Lattner 2006-03-24 07:16:10 +00:00
parent 87b1dddb1c
commit b40261ea2d
1 changed files with 1 additions and 1 deletions

View File

@ -3246,7 +3246,7 @@ 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. 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 The marker makes no guarantees that it will remain with any specific instruction
after optimizations. It is possible that the presence 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 optimizations. The intended use is to be inserted after optimizations to allow
correlations of simulation runs. correlations of simulation runs.
</p> </p>