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

Unified Diff: src/IceDefs.h

Issue 1738683003: Subzero. Moar performance tweaks. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addresses comments Created 4 years, 10 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
« src/IceBitVector.h ('K') | « src/IceCfg.cpp ('k') | src/IceLiveness.h » ('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 c90b052409ef9dbb4cd40da627837820c51de899..56a3bac8e93d13c572ee288a14172d756fa62edc 100644
--- a/src/IceDefs.h
+++ b/src/IceDefs.h
@@ -21,7 +21,6 @@
#include "IceTLS.h"
#include "llvm/ADT/ArrayRef.h"
-#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/ilist.h"
#include "llvm/ADT/ilist_node.h"
#include "llvm/ADT/iterator_range.h"
@@ -50,6 +49,7 @@
namespace Ice {
class Assembler;
+class BitVector;
class Cfg;
class CfgNode;
class Constant;
@@ -155,7 +155,7 @@ using InstNumberT = int32_t;
/// range.
using LiveBeginEndMapEntry = std::pair<SizeT, InstNumberT>;
using LiveBeginEndMap = CfgVector<LiveBeginEndMapEntry>;
-using LivenessBV = llvm::BitVector;
+using LivenessBV = BitVector;
using TimerStackIdT = uint32_t;
using TimerIdT = uint32_t;
« src/IceBitVector.h ('K') | « src/IceCfg.cpp ('k') | src/IceLiveness.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698