[OpenMP][NFC] Remove leftover debug messages
authorJohannes Doerfert <johannes@jdoerfert.de>
Thu, 20 Feb 2020 22:43:03 +0000 (16:43 -0600)
committerJohannes Doerfert <johannes@jdoerfert.de>
Fri, 21 Feb 2020 02:28:42 +0000 (20:28 -0600)
clang/lib/CodeGen/CGOpenMPRuntime.cpp

index 9798d45..f00dcfe 100644 (file)
@@ -11075,9 +11075,7 @@ static const FunctionDecl *getDeclareVariantFunction(CodeGenModule &CGM,
   SmallVector<Expr *, 8> VariantExprs;
   SmallVector<VariantMatchInfo, 8> VMIs;
   for (const auto *A : FD->specific_attrs<OMPDeclareVariantAttr>()) {
-    A->printPretty(llvm::dbgs(), PrintingPolicy(LangOptions()));
     const OMPTraitInfo &TI = A->getTraitInfos();
-    TI.print(llvm::dbgs(), PrintingPolicy(LangOptions()));
     VMIs.push_back(VariantMatchInfo());
     TI.getAsVariantMatchInfo(CGM.getContext(), VMIs.back());
     VariantExprs.push_back(A->getVariantFuncRef());