Renamed "Flush()" to "FlushRecord()".
[oota-llvm.git] / include / llvm / Bitcode / Serialize.h
index 74637f5d87ff4eb732b0e103c6b9e178ddffba9b..f31493f34190dc8ec19ce41c13607fa18331e81c 100644 (file)
@@ -54,7 +54,7 @@ public:
     if (ptr) SerializeTrait<T>::Emit(*this,*ptr);
   }
 
-  void Flush() { if (inRecord()) EmitRecord(); }
+  void FlushRecord() { if (inRecord()) EmitRecord(); }
   
   void EnterBlock(unsigned BlockID = 8, unsigned CodeLen = 3);
   void ExitBlock();