From: NAKAMURA Takumi Date: Tue, 9 Sep 2014 15:00:38 +0000 (+0000) Subject: ScalarOpts/LLVMBuild.txt: Prune unused dependency to IPA. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=beab873680bd24c53c767e5f29e40b10c8f4cde9;p=oota-llvm.git ScalarOpts/LLVMBuild.txt: Prune unused dependency to IPA. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217448 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/LLVMBuild.txt b/lib/Transforms/Scalar/LLVMBuild.txt index 7bcb0fdf7dc..2bb49a3026c 100644 --- a/lib/Transforms/Scalar/LLVMBuild.txt +++ b/lib/Transforms/Scalar/LLVMBuild.txt @@ -20,4 +20,4 @@ type = Library name = Scalar parent = Transforms library_name = ScalarOpts -required_libraries = Analysis Core IPA InstCombine ProfileData Support Target TransformUtils +required_libraries = Analysis Core InstCombine ProfileData Support Target TransformUtils