mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 21:34:23 +00:00
Remove a FIXME. All of the standard ones are in the list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134647 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
78d62b2c7f
commit
09ad0b6894
@ -2623,7 +2623,6 @@ PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const {
|
||||
|
||||
TargetLowering::ConstraintType
|
||||
TargetLowering::getConstraintType(const std::string &Constraint) const {
|
||||
// FIXME: lots more standard ones to handle.
|
||||
if (Constraint.size() == 1) {
|
||||
switch (Constraint[0]) {
|
||||
default: break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user