mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Fix typo in comment: "inwoke" -> "invoke"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203739 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d46932137
commit
a7c85183c5
@ -212,7 +212,7 @@ void GlobalMerge::setMustKeepGlobalVariables(Module &M) {
|
||||
++IFn) {
|
||||
for (Function::iterator IBB = IFn->begin(), IEndBB = IFn->end();
|
||||
IBB != IEndBB; ++IBB) {
|
||||
// Follow the inwoke link to find the landing pad instruction
|
||||
// Follow the invoke link to find the landing pad instruction
|
||||
const InvokeInst *II = dyn_cast<InvokeInst>(IBB->getTerminator());
|
||||
if (!II) continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user