diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-12 01:28:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-12 01:28:49 +0000 |
commit | 4ddb4c82d7451f7ab0269a4d0ca948f96e80402e (patch) | |
tree | c3daa33ddc40dc527d4d654182faf4bdcf0ccc74 /test/Makefile | |
parent | d268ad6e2e6c224c688a8e2a51de706e9e6f8165 (diff) | |
download | external_llvm-4ddb4c82d7451f7ab0269a4d0ca948f96e80402e.zip external_llvm-4ddb4c82d7451f7ab0269a4d0ca948f96e80402e.tar.gz external_llvm-4ddb4c82d7451f7ab0269a4d0ca948f96e80402e.tar.bz2 |
* Clean up InstrForest
* Fix ins sel problem, test case:
void "foo" (int *%x, int *%y)
begin
seteq int *%x, %y
ret void
end
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@552 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 8ca72f9..1370e2d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -4,7 +4,7 @@ LLCOPTS := -dsched t TESTS := $(wildcard *.ll) -LLCTESTS := $(shell /bin/ls *.ll | grep -v testmemory | grep -v testswitch | grep -v sumarray) +LLCTESTS := $(shell /bin/ls *.ll | grep -v testmemory | grep -v testswitch | grep -v sumarray | grep -v globalvars) test all : testasmdis testopt testcodegen |