From: Brian Gaeke Date: Sun, 8 Feb 2004 05:49:29 +0000 (+0000) Subject: Fix indentation of selectiondag. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=973e3ec7db21fe53417f0248083180828e2ff9a0;p=oota-llvm.git 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 --- diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 1e63f01cfc7..7a54f1f8180 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -11,7 +11,7 @@ TOOLNAME = llc USEDLIBS = sparc \ x86 \ powerpc \ - selectiondag \ + selectiondag \ regalloc \ sched \ select \