1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Add a comment to clarify why there isn't any code in this spot.

llvm-svn: 76505
This commit is contained in:
Dan Gohman 2009-07-20 23:54:43 +00:00
parent 857ccb8149
commit 47100f32c0

View File

@ -4324,6 +4324,8 @@ bool ScalarEvolution::isKnownPredicate(ICmpInst::Predicate Pred,
break;
}
case ICmpInst::ICMP_EQ:
// The check at the top of the function catches the case where
// the values are known to be equal.
break;
}
return false;