From 4aea9d3d47e7e47630704fdf6628221fa45f6151 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 2 Jun 2009 17:01:00 +0000 Subject: Use ConstantExpr::alloc instead of ref directly - The "constant optimization" embedded inside ref is going away. - No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72730 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index db11c416..2c3ab72b 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ doxygen: .PHONY: cscope.files cscope.files: find \ - lib include stp tools runtime examples unittests test www/code-examples \ + lib include stp tools runtime examples unittests test \ -name Makefile -or \ -name \*.in -or \ -name \*.c -or \ -- cgit 1.4.1