From: Vikram S. Adve Date: Tue, 18 Sep 2001 13:10:26 +0000 (+0000) Subject: Folded inssel*.ll into select.ll. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9bf654646edcd57938aa22ce4c2afc9df2ea6358;p=oota-llvm.git Folded inssel*.ll into select.ll. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@621 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index 1370e2d04c5..668c94bea13 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,10 +1,12 @@ +default: testcodegen + LLC := ../tools/Debug/llc AS := ../tools/Debug/as -LLCOPTS := -dsched t +LLCOPTS := -dsched y TESTS := $(wildcard *.ll) -LLCTESTS := $(shell /bin/ls *.ll | grep -v testmemory | grep -v testswitch | grep -v sumarray | grep -v globalvars) +LLCTESTS := $(shell /bin/ls *.ll | grep -v testmemory | grep -v testswitch | grep -v sumarray ) test all : testasmdis testopt testcodegen @@ -37,5 +39,5 @@ clean : %.mc: %.ll $(LLC) $(AS) @echo "Generating machine instructions for $<" - $(AS) < $< | $(LLC) -dsched=t > $@ + $(AS) < $< | $(LLC) $(LLCOPTS) > $@ diff --git a/test/inssel1.ll b/test/inssel1.ll deleted file mode 100644 index 58aa6343465..00000000000 --- a/test/inssel1.ll +++ /dev/null @@ -1,8 +0,0 @@ -implementation - -void "foo"(int * %x, int * %y) -begin -;