diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-06-01 15:47:52 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-06-01 15:47:52 +0000 |
commit | aca72ee7ebadf396d815f6c4983697e76e408268 (patch) | |
tree | 164f9491e7377e3c29c3b8e84105c04584998cf7 /Makefile | |
parent | 489f3d421c525123baabd021da9a546b4f100d80 (diff) | |
download | klee-aca72ee7ebadf396d815f6c4983697e76e408268.tar.gz |
Modify eval() to return a cell reference instead of its contents.
Add get{Dest,Argument}Cell for computing the cell to store instructions results and arguments into, respectuvely. Prep for moving fast path constant evaluation out of the Expr libraary itself. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72692 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index ec9c7cca..db11c416 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ doxygen: .PHONY: cscope.files cscope.files: find \ - lib include stp tools runtime examples unittests \ + lib include stp tools runtime examples unittests test www/code-examples \ -name Makefile -or \ -name \*.in -or \ -name \*.c -or \ |