diff options
author | Chris Lattner <sabre@nondot.org> | 2004-01-09 06:17:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-01-09 06:17:12 +0000 |
commit | 75e260990d81fdddd8660bbee854cb2c0d4c42c9 (patch) | |
tree | 072ba6fe423815512af7093859c0a6ae38689c24 /lib/Target/SparcV9/RegAlloc/Makefile | |
parent | f7703df4968084c18c248c1feea9961c19a32e6a (diff) | |
download | external_llvm-75e260990d81fdddd8660bbee854cb2c0d4c42c9.zip external_llvm-75e260990d81fdddd8660bbee854cb2c0d4c42c9.tar.gz external_llvm-75e260990d81fdddd8660bbee854cb2c0d4c42c9.tar.bz2 |
Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10728 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/RegAlloc/Makefile')
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/Makefile b/lib/Target/SparcV9/RegAlloc/Makefile index 6c4f50b..374c70f 100644 --- a/lib/Target/SparcV9/RegAlloc/Makefile +++ b/lib/Target/SparcV9/RegAlloc/Makefile @@ -6,7 +6,7 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL = ../../.. +LEVEL = ../../../.. DIRS = |