projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b871ba
)
R600: Remove orphaned declarations
author
Vincent Lejeune
<vljn@ovi.com>
Sat, 7 Dec 2013 01:49:10 +0000
(
01:49
+0000)
committer
Vincent Lejeune
<vljn@ovi.com>
Sat, 7 Dec 2013 01:49:10 +0000
(
01:49
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196633
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/R600/R600ExpandSpecialInstrs.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/R600/R600ExpandSpecialInstrs.cpp
b/lib/Target/R600/R600ExpandSpecialInstrs.cpp
index aeee4aa89562353ca8cb60c226ca9c3d81b74804..f48edcdf548171ac318846a76bdd05553c2a01fe 100644
(file)
--- 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) { }