mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-12 13:38:21 +00:00
Hopefully, the final fix for `[Pp]ropogate'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6251 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -12,13 +12,13 @@
|
||||
class Pass;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Local constant propogation...
|
||||
// Local constant propagation...
|
||||
//
|
||||
|
||||
/// doConstantPropogation - Constant prop a specific instruction. Returns true
|
||||
/// and potentially moves the iterator if constant propogation was performed.
|
||||
/// doConstantPropagation - Constant prop a specific instruction. Returns true
|
||||
/// and potentially moves the iterator if constant propagation was performed.
|
||||
///
|
||||
bool doConstantPropogation(BasicBlock::iterator &I);
|
||||
bool doConstantPropagation(BasicBlock::iterator &I);
|
||||
|
||||
/// ConstantFoldTerminator - If a terminator instruction is predicated on a
|
||||
/// constant value, convert it into an unconditional branch to the constant
|
||||
|
Reference in New Issue
Block a user