From 6a4a4cd8375d669aa46d8cf2a7003848539ca339 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Thu, 12 Dec 2002 05:29:32 +0000 Subject: ipa.a only needs to be mentioned once, and spaces should be used instead of tabs for readability. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4970 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/opt/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'tools/opt/Makefile') diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 8bb6c47a4b..92d85ca763 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -2,14 +2,11 @@ LEVEL = ../.. TOOLNAME = opt USEDLIBS = bcreader bcwriter instrument profpaths \ - sparc mapping regalloc.a sched select codegen preopts \ - postopts.a \ - livevar scalaropts \ - ipo ipa.a datastructure transforms target.a analysis ipa.a \ + sparc mapping regalloc.a sched select codegen preopts \ + postopts.a livevar scalaropts \ + ipo ipa.a datastructure transforms target.a analysis \ transformutils vmcore support TOOLLINKOPTS = -ldl -KEEP_SYMBOLS = 1 include $(LEVEL)/Makefile.common - -- cgit v1.2.3