1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Minor whitespace fix.

llvm-svn: 70551
This commit is contained in:
Dan Gohman 2009-05-01 16:56:32 +00:00
parent 7eab4d2fa2
commit 9dd3e99217

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,