diff options
| author | Vincent Lejeune <vljn@ovi.com> | 2013-12-07 01:49:10 +0000 |
|---|---|---|
| committer | Vincent Lejeune <vljn@ovi.com> | 2013-12-07 01:49:10 +0000 |
| commit | ae7e96062cd49436cee8fa8459c0e9e316fb9fd1 (patch) | |
| tree | 2fc691cacabd811846543347c99e3e14d9780a17 /llvm/lib | |
| parent | a3bed4bd3743b5fee1e66116a63089df742bcae1 (diff) | |
| download | bcm5719-llvm-ae7e96062cd49436cee8fa8459c0e9e316fb9fd1.tar.gz bcm5719-llvm-ae7e96062cd49436cee8fa8459c0e9e316fb9fd1.zip | |
R600: Remove orphaned declarations
llvm-svn: 196633
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/R600/R600ExpandSpecialInstrs.cpp | 3 |
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) { } |

