From c4d8f9b11a5f4ddd1e531de5cbc0745d5c8b5949 Mon Sep 17 00:00:00 2001 From: Michael Kruse Date: Thu, 20 Jul 2017 16:52:22 +0000 Subject: [PATCH] Fix indention in comment. NFC. llvm-svn: 308632 --- polly/include/polly/Support/VirtualInstruction.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/polly/include/polly/Support/VirtualInstruction.h b/polly/include/polly/Support/VirtualInstruction.h index 6f466e2ece66..e54103eb227a 100644 --- a/polly/include/polly/Support/VirtualInstruction.h +++ b/polly/include/polly/Support/VirtualInstruction.h @@ -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)