ScalarOpts/LLVMBuild.txt: Reorder.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217447 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2014-09-09 15:00:26 +00:00
parent 38f37ee492
commit 1c47815776

View File

@ -20,4 +20,4 @@ type = Library
name = Scalar
parent = Transforms
library_name = ScalarOpts
required_libraries = Analysis Core IPA InstCombine Support Target TransformUtils ProfileData
required_libraries = Analysis Core IPA InstCombine ProfileData Support Target TransformUtils