commit | 94a4bcdce36558e918be2c29f2e4ce4cb1528c8f | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jan 25 06:20:20 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jan 25 06:20:20 2008 +0000 |
tree | 5aef71df2a411efeb3ac12cdc5245de1340e5b4d | |
parent | 470d5dc2410dd693a11a3c572fe1c5f40c800110 [diff] |
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 d17762a..a9ad9a4 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h
@@ -499,6 +499,8 @@ /// 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: