[polly] r194910 - Style fixes, brought to you by clang-format
Tobias Grosser
tobias at grosser.es
Fri Nov 15 17:07:06 PST 2013
Author: grosser
Date: Fri Nov 15 19:07:06 2013
New Revision: 194910
URL: http://llvm.org/viewvc/llvm-project?rev=194910&view=rev
Log:
Style fixes, brought to you by clang-format
Modified:
polly/trunk/include/polly/MayAliasSet.h (contents, props changed)
polly/trunk/lib/Analysis/ScopDetection.cpp
polly/trunk/lib/CodePreparation.cpp
Modified: polly/trunk/include/polly/MayAliasSet.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/MayAliasSet.h?rev=194910&r1=194909&r2=194910&view=diff
==============================================================================
--- polly/trunk/include/polly/MayAliasSet.h (original)
+++ polly/trunk/include/polly/MayAliasSet.h Fri Nov 15 19:07:06 2013
@@ -105,8 +105,8 @@ public:
/// @brief Compute and manage the may-alias sets in a TempSCoP or SCoP.
class MayAliasSetInfo {
MayAliasSetInfo(const MayAliasSetInfo &) LLVM_DELETED_FUNCTION;
- const MayAliasSetInfo &operator=(
- const MayAliasSetInfo &) LLVM_DELETED_FUNCTION;
+ const MayAliasSetInfo &
+ operator=(const MayAliasSetInfo &) LLVM_DELETED_FUNCTION;
SpecificBumpPtrAllocator<MayAliasSet> MayASAllocator;
Propchange: polly/trunk/include/polly/MayAliasSet.h
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable (removed)
@@ -1 +0,0 @@
-*
Modified: polly/trunk/lib/Analysis/ScopDetection.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopDetection.cpp?rev=194910&r1=194909&r2=194910&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopDetection.cpp (original)
+++ polly/trunk/lib/Analysis/ScopDetection.cpp Fri Nov 15 19:07:06 2013
@@ -125,7 +125,7 @@ STATISTIC(ValidRegion, "Number of region
} \
DEBUG(dbgs() << MESSAGE); \
DEBUG(dbgs() << "\n"); \
- assert(!Context.Verifying &&#NAME); \
+ assert(!Context.Verifying && #NAME); \
if (!Context.Verifying) \
++Bad##NAME##ForScop; \
} while (0)
Modified: polly/trunk/lib/CodePreparation.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodePreparation.cpp?rev=194910&r1=194909&r2=194910&view=diff
==============================================================================
--- polly/trunk/lib/CodePreparation.cpp (original)
+++ polly/trunk/lib/CodePreparation.cpp Fri Nov 15 19:07:06 2013
@@ -53,8 +53,8 @@ namespace {
///
class CodePreparation : public FunctionPass {
CodePreparation(const CodePreparation &) LLVM_DELETED_FUNCTION;
- const CodePreparation &operator=(
- const CodePreparation &) LLVM_DELETED_FUNCTION;
+ const CodePreparation &
+ operator=(const CodePreparation &) LLVM_DELETED_FUNCTION;
LoopInfo *LI;
ScalarEvolution *SE;
More information about the llvm-commits
mailing list