Minor whitespace fix.

llvm-svn: 70551
This commit is contained in:
Dan Gohman 2009-05-01 16:56:32 +00:00
parent 90f73564d0
commit d3aa4215ef
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ namespace {
AU.addPreserved<ScalarEvolution>();
}
private:
private:
bool AddUsersIfInteresting(Instruction *I, Loop *L,
SmallPtrSet<Instruction*,16> &Processed);
ICmpInst *ChangeCompareStride(Loop *L, ICmpInst *Cond,