projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dea8d6
)
Fix indentation of selectiondag.
author
Brian Gaeke
<gaeke@uiuc.edu>
Sun, 8 Feb 2004 05:49:29 +0000
(
05:49
+0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Sun, 8 Feb 2004 05:49:29 +0000
(
05:49
+0000)
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
tools/llc/Makefile
patch
|
blob
|
history
diff --git
a/tools/llc/Makefile
b/tools/llc/Makefile
index 1e63f01cfc7cc4378ee82bded8a32d6617608297..7a54f1f818097556e31cd1215cf628cc58d14905 100644
(file)
--- a/
tools/llc/Makefile
+++ b/
tools/llc/Makefile
@@
-11,7
+11,7
@@
TOOLNAME = llc
USEDLIBS = sparc \
x86 \
powerpc \
- selectiondag \
+
selectiondag \
regalloc \
sched \
select \