mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-08 13:36:26 +00:00
Move sparc-specific livevar code into lib/Target/Sparc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10733 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1d415a967b
commit
9982e211ce
@ -17,9 +17,7 @@
|
|||||||
#include "llvm/CodeGen/MachineBasicBlock.h"
|
#include "llvm/CodeGen/MachineBasicBlock.h"
|
||||||
#include "llvm/Support/CFG.h"
|
#include "llvm/Support/CFG.h"
|
||||||
#include "Support/SetOperations.h"
|
#include "Support/SetOperations.h"
|
||||||
|
#include "../SparcInternals.h"
|
||||||
/// BROKEN: Should not include sparc stuff directly into here
|
|
||||||
#include "../../Target/Sparc/SparcInternals.h" // Only for PHI defn
|
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
##===- lib/Analysis/LiveVar/Makefile -----------------------*- Makefile -*-===##
|
##===- lib/Target/Sparc/LiveVar/Makefile -------------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
@ -6,7 +6,8 @@
|
|||||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = ../../..
|
|
||||||
|
LEVEL = ../../../..
|
||||||
LIBRARYNAME = livevar
|
LIBRARYNAME = livevar
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = ../../..
|
LEVEL = ../../..
|
||||||
LIBRARYNAME = sparc
|
LIBRARYNAME = sparc
|
||||||
DIRS = InstrSelection RegAlloc
|
DIRS = InstrSelection RegAlloc LiveVar
|
||||||
|
|
||||||
ExtraSource = Sparc.burm.cpp
|
ExtraSource = Sparc.burm.cpp
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user