From: Chris Lattner Date: Fri, 25 Jan 2008 06:20:20 +0000 (+0000) Subject: add a fixme. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4ae9e0c5301126d7f2d4b2975eb86ed21f7b574d;p=oota-llvm.git add a fixme. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46346 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index d17762a8ff7..a9ad9a452d4 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h @@ -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: