diff options
author | Eric Christopher <echristo@apple.com> | 2011-07-07 22:29:03 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-07-07 22:29:03 +0000 |
commit | 09ad0b6894ae4eab9837970ccd4574681097eb6e (patch) | |
tree | a57e5c8f33fa73d523dced8aa201417238474088 /lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | 78d62b2c7f78ebc47268b2383d748003bd188d34 (diff) |
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
Diffstat (limited to 'lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/TargetLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 758296e3c3..91e2a4a3e3 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -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; |