summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineInstr.h
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2012-12-20 21:12:42 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2012-12-20 21:12:42 +0000
commit54c1902919b502d7b549f9e967e8d9b6921fabf9 (patch)
treea8d1e4dfa32dca7e954cb0213ee20317915bf7c0 /include/llvm/CodeGen/MachineInstr.h
parent103b4a571ef01e4717c3c6d9db6506a3abd6cc0b (diff)
downloadllvm-54c1902919b502d7b549f9e967e8d9b6921fabf9.tar.gz
llvm-54c1902919b502d7b549f9e967e8d9b6921fabf9.tar.bz2
llvm-54c1902919b502d7b549f9e967e8d9b6921fabf9.tar.xz
Remove two dead functions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170766 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineInstr.h')
-rw-r--r--include/llvm/CodeGen/MachineInstr.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h
index e7099db6ed..1608a66c05 100644
--- a/include/llvm/CodeGen/MachineInstr.h
+++ b/include/llvm/CodeGen/MachineInstr.h
@@ -847,13 +847,6 @@ public:
///
void clearKillInfo();
- /// copyKillDeadInfo - Copies kill / dead operand properties from MI.
- ///
- void copyKillDeadInfo(const MachineInstr *MI);
-
- /// copyPredicates - Copies predicate operand(s) from MI.
- void copyPredicates(const MachineInstr *MI);
-
/// substituteRegister - Replace all occurrences of FromReg with ToReg:SubIdx,
/// properly composing subreg indices where necessary.
void substituteRegister(unsigned FromReg, unsigned ToReg, unsigned SubIdx,