summaryrefslogtreecommitdiffstats
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
commitae7e96062cd49436cee8fa8459c0e9e316fb9fd1 (patch)
tree2fc691cacabd811846543347c99e3e14d9780a17
parenta3bed4bd3743b5fee1e66116a63089df742bcae1 (diff)
downloadbcm5719-llvm-ae7e96062cd49436cee8fa8459c0e9e316fb9fd1.tar.gz
bcm5719-llvm-ae7e96062cd49436cee8fa8459c0e9e316fb9fd1.zip
R600: Remove orphaned declarations
llvm-svn: 196633
-rw-r--r--llvm/lib/Target/R600/R600ExpandSpecialInstrs.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/R600/R600ExpandSpecialInstrs.cpp b/llvm/lib/Target/R600/R600ExpandSpecialInstrs.cpp
index aeee4aa8956..f48edcdf548 100644
--- a/llvm/lib/Target/R600/R600ExpandSpecialInstrs.cpp
+++ b/llvm/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) { }
OpenPOWER on IntegriCloud