mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
Fix an obvious typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43333 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -94,7 +94,7 @@ entry:
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Well, that was easy. :) In practice, we recommend always using
|
<p>Well, that was easy. :) In practice, we recommend always using
|
||||||
<tt>LLVMConstantBuilder</tt> when generating code like this. It has no
|
<tt>LLVMFoldingBuilder</tt> when generating code like this. It has no
|
||||||
"syntactic overhead" for its use (you don't have to uglify your compiler with
|
"syntactic overhead" for its use (you don't have to uglify your compiler with
|
||||||
constant checks everywhere) and it can dramatically reduce the amount of
|
constant checks everywhere) and it can dramatically reduce the amount of
|
||||||
LLVM IR that is generated in some cases (particular for languages with a macro
|
LLVM IR that is generated in some cases (particular for languages with a macro
|
||||||
|
Reference in New Issue
Block a user