[polly] r308632 - Fix indention in comment. NFC.
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 20 09:52:22 PDT 2017
Author: meinersbur
Date: Thu Jul 20 09:52:22 2017
New Revision: 308632
URL: http://llvm.org/viewvc/llvm-project?rev=308632&view=rev
Log:
Fix indention in comment. NFC.
Modified:
polly/trunk/include/polly/Support/VirtualInstruction.h
Modified: polly/trunk/include/polly/Support/VirtualInstruction.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/Support/VirtualInstruction.h?rev=308632&r1=308631&r2=308632&view=diff
==============================================================================
--- polly/trunk/include/polly/Support/VirtualInstruction.h (original)
+++ polly/trunk/include/polly/Support/VirtualInstruction.h Thu Jul 20 09:52:22 2017
@@ -151,11 +151,11 @@ public:
///
/// @param OS Stream to print to.
/// @param Reproducible If true, ensures that the output is stable between
- /// runs and is suitable to check in regression tests. This excludes printing
- /// e.g. pointer values.
- /// If false, the output should not be used for regression
- /// tests, but may contain more information useful in
- /// debugger sessions.
+ /// runs and is suitable to check in regression tests.
+ /// This excludes printing e.g. pointer values. If false,
+ /// the output should not be used for regression tests,
+ /// but may contain more information useful in debugger
+ /// sessions.
void print(raw_ostream &OS, bool Reproducible = true) const;
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
More information about the llvm-commits
mailing list