summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-25 17:10:30 +0000
committerChris Lattner <sabre@nondot.org>2005-10-25 17:10:30 +0000
commit604b95bd24425a95e33d7041f789c58e32ad91c9 (patch)
treecd6fade18af6ab314660717d33850844f897d416 /tools/llc/Makefile
parentb3b1d5f097a4fbcf134259b743ccbd93d187c6cd (diff)
downloadllvm-604b95bd24425a95e33d7041f789c58e32ad91c9.tar.gz
llvm-604b95bd24425a95e33d7041f789c58e32ad91c9.tar.bz2
llvm-604b95bd24425a95e33d7041f789c58e32ad91c9.tar.xz
transforms before analyses
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23976 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r--tools/llc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile
index 56cc3031a1..031012a8e5 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -70,8 +70,8 @@ USEDLIBS += \
LLVMipa.a \
LLVMTransforms.a \
LLVMScalarOpts.a \
- LLVMAnalysis.a \
LLVMTransformUtils.a \
+ LLVMAnalysis.a \
LLVMBCReader \
LLVMBCWriter \
LLVMCore \