Skip to content

Commit c385240

Browse files
committed
Remove debug messages.
1 parent ec7ad5b commit c385240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/OpenACC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ genDataOperandOperations(const Fortran::parser::AccObjectList &objectList,
724724
/*treatIndexAsSection=*/true, /*unwrapFirBox=*/unwrapFirBox,
725725
/*genDefaultBounds=*/generateDefaultBounds,
726726
/*strideIncludeLowerExtent=*/strideIncludeLowerExtent);
727-
LLVM_DEBUG(llvm::dbgs() << __func__ << "Here \n"; info.dump(llvm::dbgs()));
727+
LLVM_DEBUG(llvm::dbgs() << __func__ << "\n"; info.dump(llvm::dbgs()));
728728

729729
// If the input value is optional and is not a descriptor, we use the
730730
// rawInput directly.

0 commit comments

Comments
 (0)