summaryrefslogtreecommitdiff
path: root/tools/llc/Makefile
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-02-08 05:49:29 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-02-08 05:49:29 +0000
commit973e3ec7db21fe53417f0248083180828e2ff9a0 (patch)
tree9dac8474e7c72c99353c70e3d36af7d6ab6d75e1 /tools/llc/Makefile
parent2dea8d65bcfb519107df207f6203666f90b4bf9a (diff)
downloadllvm-973e3ec7db21fe53417f0248083180828e2ff9a0.tar.gz
llvm-973e3ec7db21fe53417f0248083180828e2ff9a0.tar.bz2
llvm-973e3ec7db21fe53417f0248083180828e2ff9a0.tar.xz
Fix indentation of selectiondag.
I don't know why its indentation has been bugging me, but it has. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11180 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 1e63f01cfc..7a54f1f818 100644
--- a/tools/llc/Makefile
+++ b/tools/llc/Makefile
@@ -11,7 +11,7 @@ TOOLNAME = llc
USEDLIBS = sparc \
x86 \
powerpc \
- selectiondag \
+ selectiondag \
regalloc \
sched \
select \