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 | 6a6d8fc7fdc90a407d808b4394f6a717764efa3b (patch) | |
| tree | 8fe3341928d09407e2c4047d42dfb61ba4f63be6 /llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
| parent | 4bc80decfbb2b4a904e8abb122cac5c0f3294666 (diff) | |
| download | llvm-6a6d8fc7fdc90a407d808b4394f6a717764efa3b.zip llvm-6a6d8fc7fdc90a407d808b4394f6a717764efa3b.tar.gz llvm-6a6d8fc7fdc90a407d808b4394f6a717764efa3b.tar.bz2 | |
Remove a FIXME. All of the standard ones are in the list.
llvm-svn: 134647
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 758296e..91e2a4a 100644 --- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/llvm/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; |
