Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(988)

Unified Diff: src/IceIntrinsics.h

Issue 877003003: Subzero: Use a "known" version of clang-format. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Add a clang-format blacklist. Fix formatting "errors". Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceInstX8632.cpp ('k') | src/IceIntrinsics.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceIntrinsics.h
diff --git a/src/IceIntrinsics.h b/src/IceIntrinsics.h
index f6311584c6efd71f23ca9e0eebf569aeb54f9a36..0fee205c849c6170d72b1086ab5efc33461e6b52 100644
--- a/src/IceIntrinsics.h
+++ b/src/IceIntrinsics.h
@@ -93,15 +93,9 @@ public:
static bool VerifyMemoryOrder(uint64_t Order);
- enum SideEffects {
- SideEffects_F=0,
- SideEffects_T=1
- };
+ enum SideEffects { SideEffects_F = 0, SideEffects_T = 1 };
- enum ReturnsTwice {
- ReturnsTwice_F=0,
- ReturnsTwice_T=1
- };
+ enum ReturnsTwice { ReturnsTwice_F = 0, ReturnsTwice_T = 1 };
// Basic attributes related to each intrinsic, that are relevant to
// code generation. Perhaps the attributes representation can be shared
« no previous file with comments | « src/IceInstX8632.cpp ('k') | src/IceIntrinsics.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698