aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/VirtRegMap.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-03-31 08:26:26 +0000
committerBill Wendling <isanbard@gmail.com>2009-03-31 08:26:26 +0000
commit8fe00540fc6e1531d909d0688cc75a77b7dfa330 (patch)
tree56d4020e70d6a8011baf1a2efd0733143ed5753b /lib/CodeGen/VirtRegMap.h
parentc4ef55119285fa2f966ee6578a58371c3c368774 (diff)
downloadexternal_llvm-8fe00540fc6e1531d909d0688cc75a77b7dfa330.zip
external_llvm-8fe00540fc6e1531d909d0688cc75a77b7dfa330.tar.gz
external_llvm-8fe00540fc6e1531d909d0688cc75a77b7dfa330.tar.bz2
Revert r68073. It's causing a failure in the Apple-style builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68092 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/VirtRegMap.h')
-rw-r--r--lib/CodeGen/VirtRegMap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/VirtRegMap.h b/lib/CodeGen/VirtRegMap.h
index 2e9c899..962c9de 100644
--- a/lib/CodeGen/VirtRegMap.h
+++ b/lib/CodeGen/VirtRegMap.h
@@ -430,6 +430,8 @@ 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;