[AArch64] Remove a bunch of useless FIXME comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258193 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chad Rosier 2016-01-19 21:47:24 +00:00
parent 92c68ce7c8
commit e15795f83d

View File

@ -1578,7 +1578,6 @@ bool AArch64LoadStoreOpt::optimizeBlock(MachineBasicBlock &MBB,
++MBBI;
break;
}
// FIXME: Do the other instructions.
}
}
@ -1611,7 +1610,6 @@ bool AArch64LoadStoreOpt::optimizeBlock(MachineBasicBlock &MBB,
++MBBI;
break;
}
// FIXME: Do the other instructions.
}
}
@ -1654,7 +1652,6 @@ bool AArch64LoadStoreOpt::optimizeBlock(MachineBasicBlock &MBB,
++MBBI;
break;
}
// FIXME: Do the other instructions.
}
}
@ -1769,7 +1766,6 @@ bool AArch64LoadStoreOpt::optimizeBlock(MachineBasicBlock &MBB,
++MBBI;
break;
}
// FIXME: Do the other instructions.
}
}