mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 03:30:28 +00:00
Fix comment typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40898 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8ff18e9c99
commit
32fe3de0fe
@ -201,7 +201,7 @@ bool LowerGC::runOnFunction(Function &F) {
|
||||
|
||||
// It sure would be nice to pass op_begin()+1,
|
||||
// op_begin()+2 but it runs into trouble with
|
||||
// CallInst::init's &*ierator, which requires a
|
||||
// CallInst::init's &*iterator, which requires a
|
||||
// conversion from Use* to Value*. The conversion
|
||||
// from Use to Value * is not useful because the
|
||||
// memory for Value * won't be contiguous.
|
||||
|
Loading…
Reference in New Issue
Block a user