]> granicus.if.org Git - clang/commitdiff
remove debug stmt, sorry..
authorNuno Lopes <nunoplopes@sapo.pt>
Tue, 16 Dec 2008 22:59:47 +0000 (22:59 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Tue, 16 Dec 2008 22:59:47 +0000 (22:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61112 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaExpr.cpp

index cdaa2fc49c109edd5deec6ab8b3b7c7345a64bac..515169c557e419624bb3d2d0b807335a8f2e4a4b 100644 (file)
@@ -2889,7 +2889,7 @@ QualType Sema::CheckAddressOfOperand(Expr *op, SourceLocation OpLoc) {
   }
   NamedDecl *dcl = getPrimaryDecl(op);
   Expr::isLvalueResult lval = op->isLvalue(Context);
-  printf("oleee\n");
+
   if (lval != Expr::LV_Valid) { // C99 6.5.3.2p1
     if (!dcl || !isa<FunctionDecl>(dcl)) {// allow function designators
       // FIXME: emit more specific diag...