1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Typo fix in the tutorial.

llvm-svn: 44014
This commit is contained in:
Gordon Henriksen 2007-11-12 13:46:21 +00:00
parent e82bbb4fef
commit a9b618e0e2

View File

@ -659,8 +659,8 @@ the 'for' Loop</a></div>
<div class="doc_text">
<p>Now we get to the good part: the LLVM IR we want to generate for this thing.
With the simple example above, we get this LLVM IR (note that I generated this
dump is generated with optimizations disabled for clarity):
With the simple example above, we get this LLVM IR (note that this dump is
generated with optimizations disabled for clarity):
</p>
<div class="doc_code">