1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-10 08:40:41 +00:00

Took out .clean.bc target.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1210 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2001-11-08 18:25:05 +00:00
parent 5efe19801e
commit f87fc32e35
2 changed files with 0 additions and 6 deletions

@ -91,9 +91,6 @@ clean :
%.linked.bc: %.bc
$(CP) $< $@
%.clean.bc: %.bc
$(LOPT) -cleangcc -raise -constprop -dce $< -o $@
%.s: %.linked.bc
$(LLC) -f $(LLCFLAGS) $< -o $@

@ -91,9 +91,6 @@ clean :
%.linked.bc: %.bc
$(CP) $< $@
%.clean.bc: %.bc
$(LOPT) -cleangcc -raise -constprop -dce $< -o $@
%.s: %.linked.bc
$(LLC) -f $(LLCFLAGS) $< -o $@