diff options
author | Eric Christopher <echristo@apple.com> | 2012-08-16 23:50:43 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-08-16 23:50:43 +0000 |
commit | 8c019df55885e8dbe2819a6c719f5b58f83028f8 (patch) | |
tree | d79ec6a071e9df97d7af7da38211b92f062988d2 /lib/Basic/Targets.cpp | |
parent | a0dfca1f030b06c7f547238f63bfedc969994fcc (diff) |
Remove FIXME, the constraints contain more options than the
current available documentation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162065 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/Targets.cpp')
-rw-r--r-- | lib/Basic/Targets.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp index 769f777dc8..1d495f1f64 100644 --- a/lib/Basic/Targets.cpp +++ b/lib/Basic/Targets.cpp @@ -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 |