mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
add a fixme.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46346 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6cf73267c6
commit
4ae9e0c530
@ -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