mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-06 05:06:45 +00:00
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80500 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
77bc60e77e
commit
75551f748d
@ -165,7 +165,7 @@ namespace {
|
||||
TargetData *TD;
|
||||
bool MustPreserveLCSSA;
|
||||
public:
|
||||
/// WOrklist - All of the instructions that need to be simplified.
|
||||
/// Worklist - All of the instructions that need to be simplified.
|
||||
InstCombineWorklist Worklist;
|
||||
|
||||
/// Builder - This is an IRBuilder that automatically inserts new
|
||||
|
Loading…
Reference in New Issue
Block a user