mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-13 08:25:27 +00:00
Finishing initial docs for all transformations in Passes.html.
Also cleaned up some comments in source files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43674 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// The LowerSwitch transformation rewrites switch statements with a sequence of
|
||||
// branches, which allows targets to get away with not implementing the switch
|
||||
// statement until it is convenient.
|
||||
// The LowerSwitch transformation rewrites switch instructions with a sequence
|
||||
// of branches, which allows targets to get away with not implementing the
|
||||
// switch instruction until it is convenient.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
Reference in New Issue
Block a user