[polly] r229360 - Fix formatting
Tobias Grosser
tobias at grosser.es
Sun Feb 15 22:40:23 PST 2015
Author: grosser
Date: Mon Feb 16 00:40:23 2015
New Revision: 229360
URL: http://llvm.org/viewvc/llvm-project?rev=229360&view=rev
Log:
Fix formatting
Modified:
polly/trunk/lib/Transform/Canonicalization.cpp
polly/trunk/lib/Transform/CodePreparation.cpp
Modified: polly/trunk/lib/Transform/Canonicalization.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Transform/Canonicalization.cpp?rev=229360&r1=229359&r2=229360&view=diff
==============================================================================
--- polly/trunk/lib/Transform/Canonicalization.cpp (original)
+++ polly/trunk/lib/Transform/Canonicalization.cpp Mon Feb 16 00:40:23 2015
@@ -35,8 +35,7 @@ void polly::registerCanonicalicationPass
namespace {
class PollyCanonicalize : public ModulePass {
PollyCanonicalize(const PollyCanonicalize &) = delete;
- const PollyCanonicalize &
- operator=(const PollyCanonicalize &) = delete;
+ const PollyCanonicalize &operator=(const PollyCanonicalize &) = delete;
public:
static char ID;
Modified: polly/trunk/lib/Transform/CodePreparation.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Transform/CodePreparation.cpp?rev=229360&r1=229359&r2=229360&view=diff
==============================================================================
--- polly/trunk/lib/Transform/CodePreparation.cpp (original)
+++ polly/trunk/lib/Transform/CodePreparation.cpp Mon Feb 16 00:40:23 2015
@@ -66,8 +66,7 @@ static void DemotePHI(
///
class CodePreparation : public FunctionPass {
CodePreparation(const CodePreparation &) = delete;
- const CodePreparation &
- operator=(const CodePreparation &) = delete;
+ const CodePreparation &operator=(const CodePreparation &) = delete;
LoopInfo *LI;
ScalarEvolution *SE;
More information about the llvm-commits
mailing list