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

Unified Diff: src/IceTypeConverter.h

Issue 625243002: Convert Subzero's bitcode reader to generate ICE types. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nits. Created 6 years, 2 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 | src/IceTypeConverter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTypeConverter.h
diff --git a/src/IceTypeConverter.h b/src/IceTypeConverter.h
index a1dffeb9c9bbb708e66c150c3f08278615649660..32865a6f470676689fea485e42868f2b19448ee4 100644
--- a/src/IceTypeConverter.h
+++ b/src/IceTypeConverter.h
@@ -53,14 +53,6 @@ public:
/// Returns ICE model of pointer type.
Type getIcePointerType() const { return IceType_i32; }
- /// Returns LLVM integer type with specified number of bits. Returns
- /// NULL if not a valid PNaCl integer type.
- llvm::Type *getLLVMIntegerType(unsigned NumBits) const;
-
- /// Returns the LLVM vector type for Size and Ty arguments. Returns
- /// NULL if not a valid PNaCl vector type.
- llvm::Type *getLLVMVectorType(unsigned Size, Type Ty) const;
-
private:
// The list of allowable LLVM types. Indexed by ICE type.
std::vector<llvm::Type *> LLVMTypes;
« no previous file with comments | « no previous file | src/IceTypeConverter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698