Partially revert r111155. It looks like MSVC is calling an operator<() that
[oota-llvm.git] / lib / Target / X86 / X86FloatingPoint.cpp
index cd23a7d6b2de52f92b19b37543bc52bbbc8ce0ae..4bf7cdbdbeedc4cd13f8d9d26cd147a1717e9823 100644 (file)
@@ -144,11 +144,6 @@ namespace {
       dbgs() << "\n";
     }
 
-    /// isStackEmpty - Return true if the FP stack is empty.
-    bool isStackEmpty() const {
-      return StackTop == 0;
-    }
-
     /// getSlot - Return the stack slot number a particular register number is
     /// in.
     unsigned getSlot(unsigned RegNo) const {