aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-03-13 18:41:07 +0000
committerDouglas Gregor <dgregor@apple.com>2009-03-13 18:41:07 +0000
commit1d65fa7918a7762ac285e65985badd2bdf6678e9 (patch)
treef61b4cd5c4b1acf2e312de3c9d955a8a172f1276
parent063daf6e196c51f162e0485478355d8e280eef5c (diff)
Remove an already-fixed FIXME
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66924 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Sema/SemaTemplateInstantiate.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Sema/SemaTemplateInstantiate.cpp b/lib/Sema/SemaTemplateInstantiate.cpp
index aea03cc580..b3e4148a6a 100644
--- a/lib/Sema/SemaTemplateInstantiate.cpp
+++ b/lib/Sema/SemaTemplateInstantiate.cpp
@@ -650,9 +650,6 @@ Sema::OwningExprResult
TemplateExprInstantiator::VisitCXXOperatorCallExpr(CXXOperatorCallExpr *E) {
// FIXME: Only handles binary operators at the moment.
- // FIXME: Can we optimize this further if neither the left- nor the
- // right-hand sides are type-dependent? It depends on whether we
- // need to perform ADL again
Sema::OwningExprResult LHS = Visit(E->getArg(0));
if (LHS.isInvalid())
return SemaRef.ExprError();