OSDN Git Service

Fix indentation of selectiondag.
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 8 Feb 2004 05:49:29 +0000 (05:49 +0000)
committerBrian 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

index 1e63f01..7a54f1f 100644 (file)
@@ -11,7 +11,7 @@ TOOLNAME = llc
 USEDLIBS = sparc \
            x86 \
            powerpc \
-          selectiondag \
+           selectiondag \
            regalloc \
            sched \
            select \