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

Unified Diff: src/IceDefs.h

Issue 1197863003: Subzero: Reduce the amount of #ifdef'd code. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Cleanup 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
« no previous file with comments | « src/IceConverter.cpp ('k') | src/IceELFObjectWriter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceDefs.h
diff --git a/src/IceDefs.h b/src/IceDefs.h
index 453127523a4a3c460f13fe3c2e1224220bfdb57f..583b34eded302d4dd0eb6abcfa3f326ec17fd82d 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -1,4 +1,4 @@
-//===- subzero/src/IceDefs.h - Common Subzero declaraions -------*- C++ -*-===//
+//===- subzero/src/IceDefs.h - Common Subzero declarations ------*- C++ -*-===//
//
// The Subzero Code Generator
//
@@ -7,9 +7,8 @@
//
//===----------------------------------------------------------------------===//
//
-// This file declares various useful types and classes that have
-// widespread use across Subzero. Every Subzero source file is
-// expected to include IceDefs.h.
+// This file declares various useful types and classes that have widespread use
+// across Subzero. Every Subzero source file is expected to include IceDefs.h.
//
//===----------------------------------------------------------------------===//
@@ -41,6 +40,7 @@
#include "llvm/Support/ELF.h"
#include "llvm/Support/raw_ostream.h"
+#include "IceBuildDefs.h" // TODO(stichnot): move into individual files
#include "IceTLS.h"
namespace Ice {
« no previous file with comments | « src/IceConverter.cpp ('k') | src/IceELFObjectWriter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698