diff options
author | Eric Christopher <echristo@apple.com> | 2009-12-18 02:12:53 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2009-12-18 02:12:53 +0000 |
commit | 5e63990271f7cea4d32b923f39a27f58a091a253 (patch) | |
tree | 33cbbb58d1b69f9471004c714c22fbf4280d9072 /lib/Target/MSIL/MSILWriter.cpp | |
parent | d281ed2d03654b9cdb290a2d7c73dfe7b826e554 (diff) |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSIL/MSILWriter.cpp')
-rw-r--r-- | lib/Target/MSIL/MSILWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/MSIL/MSILWriter.cpp b/lib/Target/MSIL/MSILWriter.cpp index 949b91020f..b1661fee5a 100644 --- a/lib/Target/MSIL/MSILWriter.cpp +++ b/lib/Target/MSIL/MSILWriter.cpp @@ -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)); |