From 92004d6524c7633aa1e014e5b727a39475652dda Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 4 Jun 2009 08:59:53 +0000 Subject: Sink getConstantValue into ConstantExpr. - Propogate ConstantExpr to various places, or cast as appropriate. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72862 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/klee/Expr.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/klee/Expr.h b/include/klee/Expr.h index 8f7117bf..cc3a392b 100644 --- a/include/klee/Expr.h +++ b/include/klee/Expr.h @@ -197,8 +197,6 @@ public: /// - uint64_t getConstantValue() const; - /* Static utility methods */ static void printKind(std::ostream &os, Kind k); -- cgit 1.4.1