[dragonegg] r183900 - Tweak the formatting of this file.
Duncan Sands
baldrick at free.fr
Thu Jun 13 05:40:59 PDT 2013
Author: baldrick
Date: Thu Jun 13 07:40:58 2013
New Revision: 183900
URL: http://llvm.org/viewvc/llvm-project?rev=183900&view=rev
Log:
Tweak the formatting of this file.
Modified:
dragonegg/trunk/src/Cache.cpp
Modified: dragonegg/trunk/src/Cache.cpp
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/src/Cache.cpp?rev=183900&r1=183899&r2=183900&view=diff
==============================================================================
--- dragonegg/trunk/src/Cache.cpp (original)
+++ dragonegg/trunk/src/Cache.cpp Thu Jun 13 07:40:58 2013
@@ -79,7 +79,8 @@ struct GTY(()) tree2Type {
#ifndef IN_GCC
struct
#endif
- Type *GTY((skip)) Ty;
+ Type *
+ GTY((skip)) Ty;
};
#define tree2Type_eq tree_map_base_eq
@@ -100,7 +101,8 @@ struct GTY(()) tree2WeakVH {
#ifndef IN_GCC
struct
#endif
- WeakVH GTY((skip)) V;
+ WeakVH
+ GTY((skip)) V;
};
#define tree2WeakVH_eq tree_map_base_eq
@@ -240,5 +242,5 @@ void setCachedValue(tree t, Value *V) {
(*slot)->base.from = t;
WeakVH *W = new (&(*slot)->V) WeakVH(V);
assert(W == &(*slot)->V && "Pointer was displaced!");
- (void) W;
+ (void)W;
}
More information about the llvm-commits
mailing list