From 717c804da48ee71f4b5aeee3ac0ba6c62a537224 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Thu, 24 Jun 2010 22:12:27 +0000 Subject: Use LLVM's TargetData::getTypeSizeInBits to determine type bitwidth instead of our own implementation git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@106800 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/klee/Expr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/klee/Expr.h b/include/klee/Expr.h index 0759f953..a3a28b83 100644 --- a/include/klee/Expr.h +++ b/include/klee/Expr.h @@ -215,7 +215,6 @@ public: static void printKind(std::ostream &os, Kind k); static void printWidth(std::ostream &os, Expr::Width w); - static Width getWidthForLLVMType(const llvm::Type *type); /// returns the smallest number of bytes in which the given width fits static inline unsigned getMinBytesForWidth(Width w) { -- cgit 1.4.1