1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix a typo.

llvm-svn: 33118
This commit is contained in:
Reid Spencer 2007-01-12 15:46:11 +00:00
parent 6a286c69bd
commit dc437799c4

View File

@ -2734,7 +2734,7 @@ the operand and the type are the same size, no bit filling is done and the
cast is considered a <i>no-op cast</i> because no bits change (only the type
changes).</p>
<p>When zero extending from i1, the result will alwasy be either 0 or 1.</p>
<p>When zero extending from i1, the result will always be either 0 or 1.</p>
<h5>Example:</h5>
<pre>