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

Unified Diff: src/IceInst.h

Issue 2287363002: Subzero: Fix the LLVM trunk build. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceInst.h
diff --git a/src/IceInst.h b/src/IceInst.h
index 492df486c8b19ad3365bc859794a158328250bb9..c98f69d07d6e180ad3d7cde913cff7d2b3a4cf8a 100644
--- a/src/IceInst.h
+++ b/src/IceInst.h
@@ -1122,6 +1122,7 @@ bool checkForRedundantAssign(const Variable *Dest, const Operand *Source);
} // end of namespace Ice
+#ifdef PNACL_LLVM
namespace llvm {
/// Override the default ilist traits so that Inst's private ctor and deleted
@@ -1142,6 +1143,7 @@ private:
};
} // end of namespace llvm
+#endif // PNACL_LLVM
namespace Ice {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698