1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Delete rule to disassemble %.bc -- need to make it effective only when

%.ll is not a pre-existing file.

llvm-svn: 1133
This commit is contained in:
Vikram S. Adve 2001-11-05 00:23:25 +00:00
parent 518ff05cee
commit 6815cd9490
2 changed files with 0 additions and 6 deletions

View File

@ -63,9 +63,6 @@ clean :
%.bc: %.ll
$(LAS) -f $<
%.ll: %.bc
$(LDIS) -f $<
%.clean.bc: %.bc
$(LOPT) -cleangcc -raise -constprop -dce < $< > $@

View File

@ -63,9 +63,6 @@ clean :
%.bc: %.ll
$(LAS) -f $<
%.ll: %.bc
$(LDIS) -f $<
%.clean.bc: %.bc
$(LOPT) -cleangcc -raise -constprop -dce < $< > $@