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

Unified Diff: src/IceTypes.cpp

Issue 1062803005: Removing 3 warnings. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 8 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/IceCompileServer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTypes.cpp
diff --git a/src/IceTypes.cpp b/src/IceTypes.cpp
index 828440c366cadcef5527e6cef15c90831e16f534..793e1755928cf47f3d9bd9ea3736212a58abcfc0 100644
--- a/src/IceTypes.cpp
+++ b/src/IceTypes.cpp
@@ -112,8 +112,8 @@ struct TypePropertyFields {
const TypePropertyFields TypePropertiesTable[] = {
#define X(tag, IsVec, IsInt, IsFloat, IsIntArith, IsLoadStore, CompareResult) \
{ \
- IsVec, IsInt, IsInt && !IsVec, IsInt && IsVec, IsIntArith, IsFloat, \
- IsFloat && !IsVec, IsFloat && IsVec, IsLoadStore, CompareResult \
+ IsVec, IsInt, IsInt & !IsVec, IsInt & IsVec, IsIntArith, IsFloat, \
+ IsFloat & !IsVec, IsFloat & IsVec, IsLoadStore, CompareResult \
} \
,
ICETYPE_PROPS_TABLE
« no previous file with comments | « src/IceCompileServer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698