mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
add a fixme.
llvm-svn: 46346
This commit is contained in:
parent
726a4e45e5
commit
72795598b9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user