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 | |
| parent | 4bc80decfbb2b4a904e8abb122cac5c0f3294666 (diff) | |
| download | bcm5719-llvm-6a6d8fc7fdc90a407d808b4394f6a717764efa3b.tar.gz bcm5719-llvm-6a6d8fc7fdc90a407d808b4394f6a717764efa3b.zip  | |
Remove a FIXME. All of the standard ones are in the list.
llvm-svn: 134647
| -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 758296e3c3a..91e2a4a3e36 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;  | 

