mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 21:34:23 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91657 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d281ed2d03
commit
5e63990271
@ -1696,7 +1696,7 @@ bool MSILTarget::addPassesToEmitWholeFile(PassManager &PM,
|
||||
if (FileType != TargetMachine::AssemblyFile) return true;
|
||||
MSILWriter* Writer = new MSILWriter(o);
|
||||
PM.add(createGCLoweringPass());
|
||||
// FIXME: Handle switch trougth native IL instruction "switch"
|
||||
// FIXME: Handle switch through native IL instruction "switch"
|
||||
PM.add(createLowerSwitchPass());
|
||||
PM.add(createCFGSimplificationPass());
|
||||
PM.add(new MSILModule(Writer->UsedTypes,Writer->TD));
|
||||
|
Loading…
x
Reference in New Issue
Block a user