summaryrefslogtreecommitdiff
path: root/lib/Target/R600
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-12-07 01:49:10 +0000
committerVincent Lejeune <vljn@ovi.com>2013-12-07 01:49:10 +0000
commit7c8fbdac728f104981880783cfb1857796b5e1a2 (patch)
treecd54ebb68dc42254732c4f0c83d319be87f48738 /lib/Target/R600
parent1b871ba44c9d2a02fb162d97b695eb362926a567 (diff)
downloadllvm-7c8fbdac728f104981880783cfb1857796b5e1a2.tar.gz
llvm-7c8fbdac728f104981880783cfb1857796b5e1a2.tar.bz2
llvm-7c8fbdac728f104981880783cfb1857796b5e1a2.tar.xz
R600: Remove orphaned declarations
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196633 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600')
-rw-r--r--lib/Target/R600/R600ExpandSpecialInstrs.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/R600/R600ExpandSpecialInstrs.cpp b/lib/Target/R600/R600ExpandSpecialInstrs.cpp
index aeee4aa895..f48edcdf54 100644
--- a/lib/Target/R600/R600ExpandSpecialInstrs.cpp
+++ b/lib/Target/R600/R600ExpandSpecialInstrs.cpp
@@ -33,9 +33,6 @@ private:
static char ID;
const R600InstrInfo *TII;
- bool ExpandInputPerspective(MachineInstr& MI);
- bool ExpandInputConstant(MachineInstr& MI);
-
public:
R600ExpandSpecialInstrsPass(TargetMachine &tm) : MachineFunctionPass(ID),
TII(0) { }