analyses after transformations
authorChris Lattner <sabre@nondot.org>
Tue, 25 Oct 2005 17:54:19 +0000 (17:54 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 25 Oct 2005 17:54:19 +0000 (17:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23977 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 9e88f7447a42d908044734d21d9a79acdb7f57dd..156354b2a72958ff93595ed365428d7a51dc7066 100644 (file)
@@ -617,7 +617,7 @@ ifdef ENABLE_ALPHA_JIT
   JIT_LIBS += LLVMAlpha LLVMSelectionDAG
 endif
 
-LLVMLIBS := $(JIT_LIBS) LLVMScalarOpts.a LLVMAnalysis.a LLVMTransformUtils.a \
+LLVMLIBS := $(JIT_LIBS) LLVMScalarOpts.a LLVMTransformUtils.a LLVMAnalysis.a \
             LLVMBCReader LLVMCore LLVMSupport.a LLVMTarget.a LLVMbzip2 \
             LLVMSystem.a $(PLATFORMLIBDL)
 endif