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

Unified Diff: src/IceInst.h

Issue 1202533003: Extracts an TargetX86Base target which will be used as the common X86{32,64} implementation. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 6 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
Index: src/IceInst.h
diff --git a/src/IceInst.h b/src/IceInst.h
index 2b5adc6aa8d3cb01bd26a693d3bc0aaec90ec0b6..7aad05455aa7d7519f671eb99ee7c38334324861 100644
--- a/src/IceInst.h
+++ b/src/IceInst.h
@@ -16,6 +16,7 @@
#ifndef SUBZERO_SRC_ICEINST_H
#define SUBZERO_SRC_ICEINST_H
+#include "IceCfg.h"
Jim Stichnoth 2015/06/22 21:52:02 Is this include actually needed?
John 2015/06/22 22:09:23 Yes, it is. This header uses Func->... which mea
Jim Stichnoth 2015/06/22 23:04:05 I see. Looks like we've just gotten lucky so far.
#include "IceDefs.h"
#include "IceInst.def"
#include "IceIntrinsics.h"

Powered by Google App Engine
This is Rietveld 408576698