summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2013-07-05 23:04:55 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2013-07-05 23:04:55 +0000
commit1f2415efc3e9f0eb9d50367979d9c8dd6d784658 (patch)
treea6f7c0e2afcd6db9e271e0cc66aed00e31ba2bea /include
parent2c87a1705e0b11605e6ad0a14a1e47b9de7aa981 (diff)
downloadllvm-1f2415efc3e9f0eb9d50367979d9c8dd6d784658.tar.gz
llvm-1f2415efc3e9f0eb9d50367979d9c8dd6d784658.tar.bz2
llvm-1f2415efc3e9f0eb9d50367979d9c8dd6d784658.tar.xz
Remove dead function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185731 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/MachineInstr.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h
index 195cce7a64..cf5e7e25fc 100644
--- a/include/llvm/CodeGen/MachineInstr.h
+++ b/include/llvm/CodeGen/MachineInstr.h
@@ -908,11 +908,6 @@ public:
bool isSafeToMove(const TargetInstrInfo *TII, AliasAnalysis *AA,
bool &SawStore) const;
- /// isSafeToReMat - Return true if it's safe to rematerialize the specified
- /// instruction which defined the specified register instead of copying it.
- bool isSafeToReMat(const TargetInstrInfo *TII, AliasAnalysis *AA,
- unsigned DstReg) const;
-
/// hasOrderedMemoryRef - Return true if this instruction may have an ordered
/// or volatile memory reference, or if the information describing the memory
/// reference is not available. Return false if it is known to have no