Fix whitespace in comment.

Remove TODO; icmp isn't a binary operator, so this function will never deal
with them.

llvm-svn: 61020
This commit is contained in:
Nick Lewycky 2008-12-15 01:35:36 +00:00
parent ddffe620e4
commit e88d388fb9
1 changed files with 1 additions and 2 deletions

View File

@ -113,7 +113,6 @@ static Constant *SymbolicallyEvaluateBinop(unsigned Opc, Constant *Op0,
}
}
// TODO: Fold icmp setne/seteq as well.
return 0;
}