forked from OSchip/llvm-project
Remove FIXME, the constraints contain more options than the
current available documentation. llvm-svn: 162065
This commit is contained in:
parent
9e49188a01
commit
c34d391ca2
|
@ -3083,7 +3083,6 @@ public:
|
|||
unsigned &NumAliases) const;
|
||||
virtual bool validateAsmConstraint(const char *&Name,
|
||||
TargetInfo::ConstraintInfo &Info) const {
|
||||
// FIXME: Check if this is complete
|
||||
switch (*Name) {
|
||||
default: break;
|
||||
case 'l': // r0-r7
|
||||
|
|
Loading…
Reference in New Issue