From 06e84ed49593778f4c7c47fc141e4395d93d3cdf Mon Sep 17 00:00:00 2001
From: Anand Shukla <ashukla@cs.uiuc.edu>
Date: Tue, 26 Feb 2002 18:29:20 +0000
Subject: [PATCH] Link in the PathProfiles library

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1800 91177308-0d34-0410-b5e6-96231b3b80d8
---
 tools/opt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index 882313a7655..f30a0094d69 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -1,6 +1,6 @@
 LEVEL = ../..
 TOOLNAME = opt
-USEDLIBS = bcreader bcwriter asmwriter instrument scalaropts \
+USEDLIBS = bcreader bcwriter asmwriter instrument profpaths scalaropts \
            ipo target analysis transforms vmcore support
 
 include $(LEVEL)/Makefile.common