Oy! When reverting r68073, I added in experimental code. Sorry...
[oota-llvm.git] / lib / CodeGen / VirtRegMap.h
index 962c9dea3e9413562b6b59dbf22e3f0e81c43d70..2e9c899baabb45d20f06a6237e876ecc59113eb5 100644 (file)
@@ -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;