add a fixme.

llvm-svn: 46346
This commit is contained in:
Chris Lattner 2008-01-25 06:20:20 +00:00
parent 726a4e45e5
commit 72795598b9

View File

@ -499,6 +499,8 @@ public:
/// isCommutativeBinOp - Returns true if the opcode is a commutative binary
/// operation.
static bool isCommutativeBinOp(unsigned Opcode) {
// FIXME: This should get its info from the td file, so that we can include
// target info.
switch (Opcode) {
case ISD::ADD:
case ISD::MUL: