Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand().
[oota-llvm.git] / include / llvm / ValueSymbolTable.h
index df3fe181971bcab03c5ff3484c5cb43773d9802a..515e054d5c53dacfcec2d3cd4a3f1d866334d137 100644 (file)
@@ -127,7 +127,7 @@ public:
 /// @{
 private:
   ValueMap vmap;                    ///< The map that holds the symbol table.
-  mutable unsigned long LastUnique; ///< Counter for tracking unique names
+  mutable uint32_t LastUnique; ///< Counter for tracking unique names
 
 /// @}