From: Vikram S. Adve Date: Tue, 31 Jul 2001 21:52:28 +0000 (+0000) Subject: Had used the wrong option. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cf8a5f899b9d5ed7a37c45084ef85751d8c7ce05;p=oota-llvm.git Had used the wrong option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@339 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile b/test/Makefile index d5c8a7272f3..4934e414e3b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -29,4 +29,4 @@ clean : %.mc: %.bc @echo "Generating machine instructions for $<" - @llc -dselect i $< > $@ + @llc -dselect y $< > $@