1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-svn: 32428
This commit is contained in:
Chris Lattner 2006-12-11 02:16:58 +00:00
parent 8f2a26ac12
commit 6ea5a77a93

View File

@ -1156,7 +1156,7 @@ static int IdxCompare(Constant *C1, Constant *C2, const Type *ElTy) {
/// evaluateRelation - This function determines if there is anything we can
/// decide about the two constants provided. This doesn't need to handle simple
/// things like integer comparisons, but should instead handle ConstantExprs
/// and GlobalValuess. If we can determine that the two constants have a
/// and GlobalValues. If we can determine that the two constants have a
/// particular relation to each other, we should return the corresponding SetCC
/// code, otherwise return Instruction::BinaryOpsEnd.
///