summaryrefslogtreecommitdiff
path: root/lib/CodeGen/VirtRegMap.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-03-31 08:41:31 +0000
committerBill Wendling <isanbard@gmail.com>2009-03-31 08:41:31 +0000
commite67f5e42734199a1f4771773417699262491eb86 (patch)
treeda861fb7d38f820e2dbce74ae5055da42eb568d4 /lib/CodeGen/VirtRegMap.h
parent696a1307ba5e98fe813d21cecb9dbfd72be8562c (diff)
downloadllvm-e67f5e42734199a1f4771773417699262491eb86.tar.gz
llvm-e67f5e42734199a1f4771773417699262491eb86.tar.bz2
llvm-e67f5e42734199a1f4771773417699262491eb86.tar.xz
Oy! When reverting r68073, I added in experimental code. Sorry...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68099 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/VirtRegMap.h')
-rw-r--r--lib/CodeGen/VirtRegMap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/VirtRegMap.h b/lib/CodeGen/VirtRegMap.h
index 962c9dea3e..2e9c899baa 100644
--- a/lib/CodeGen/VirtRegMap.h
+++ b/lib/CodeGen/VirtRegMap.h
@@ -430,8 +430,6 @@ namespace llvm {
/// the folded instruction map and spill point map.
void RemoveMachineInstrFromMaps(MachineInstr *MI);
- bool OnlyUseOfStackSlot(const MachineInstr *MI) const;
-
void print(std::ostream &OS, const Module* M = 0) const;
void print(std::ostream *OS) const { if (OS) print(*OS); }
void dump() const;