mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +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:
@@ -1696,7 +1696,7 @@ bool MSILTarget::addPassesToEmitWholeFile(PassManager &PM,
|
|||||||
if (FileType != TargetMachine::AssemblyFile) return true;
|
if (FileType != TargetMachine::AssemblyFile) return true;
|
||||||
MSILWriter* Writer = new MSILWriter(o);
|
MSILWriter* Writer = new MSILWriter(o);
|
||||||
PM.add(createGCLoweringPass());
|
PM.add(createGCLoweringPass());
|
||||||
// FIXME: Handle switch trougth native IL instruction "switch"
|
// FIXME: Handle switch through native IL instruction "switch"
|
||||||
PM.add(createLowerSwitchPass());
|
PM.add(createLowerSwitchPass());
|
||||||
PM.add(createCFGSimplificationPass());
|
PM.add(createCFGSimplificationPass());
|
||||||
PM.add(new MSILModule(Writer->UsedTypes,Writer->TD));
|
PM.add(new MSILModule(Writer->UsedTypes,Writer->TD));
|
||||||
|
Reference in New Issue
Block a user