mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-16 16:48:02 +00:00
Fix 80-column violation.
llvm-svn: 64766
This commit is contained in:
parent
2e0cf05ad2
commit
07418e014e
@ -90,7 +90,8 @@ namespace {
|
||||
|
||||
void EliminatePointerRecurrence(PHINode *PN, BasicBlock *Preheader,
|
||||
SmallPtrSet<Instruction*, 16> &DeadInsts);
|
||||
void LinearFunctionTestReplace(Loop *L, SCEVHandle IterationCount, Value *IndVar,
|
||||
void LinearFunctionTestReplace(Loop *L, SCEVHandle IterationCount,
|
||||
Value *IndVar,
|
||||
BasicBlock *ExitingBlock,
|
||||
BranchInst *BI,
|
||||
SCEVExpander &Rewriter);
|
||||
|
Loading…
x
Reference in New Issue
Block a user