summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-07-27 23:19:00 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-07-27 23:19:00 +0000
commita6e216f45606af4e2ccbe98db84a018373822f56 (patch)
tree19ce35b2ad8ac77903a277030f40779297f65fbd
parent1bc686433bd5dea7ef4b8b5d97cd9461f041b56f (diff)
downloadllvm-a6e216f45606af4e2ccbe98db84a018373822f56.tar.gz
llvm-a6e216f45606af4e2ccbe98db84a018373822f56.tar.bz2
llvm-a6e216f45606af4e2ccbe98db84a018373822f56.tar.xz
Undo last commit, which was committed accidentally.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29369 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/analyze/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile
index e60b58237e..e3885a9358 100644
--- a/tools/analyze/Makefile
+++ b/tools/analyze/Makefile
@@ -8,8 +8,6 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
TOOLNAME = analyze
-#TOOLLINKOPTS = $(LINKALL)
-#TOOLLINKOPTSB = $(NOLINKALL)
USEDLIBS = LLVMAsmParser.a LLVMBCReader.a LLVMAnalysis.a LLVMipa.a \
LLVMDataStructure \
LLVMScalarOpts.a LLVMTransforms.a LLVMTarget.a LLVMScalarOpts.a \