mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-30 06:40:53 +00:00
Remove a FIXME. All of the standard ones are in the list.
llvm-svn: 134647
This commit is contained in:
parent
e3bcd9ec0a
commit
f3059adb4b
@ -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…
Reference in New Issue
Block a user