mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Fix up file header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8428 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f6e5233fc7
commit
c01ccfd503
@ -1,7 +1,9 @@
|
||||
//===- IndVarSimplify.cpp - Induction Variable Elimination ----------------===//
|
||||
//
|
||||
// InductionVariableSimplify - Transform induction variables in a program
|
||||
// to all use a single cannonical induction variable per loop.
|
||||
// Guarantees that all loops with identifiable, linear, induction variables will
|
||||
// be transformed to have a single, cannonical, induction variable. After this
|
||||
// pass runs, it guarantees the the first PHI node of the header block in the
|
||||
// loop is the cannonical induction variable if there is one.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user