[DWARF] Fix a few corner cases in expression emission
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DIEHash.h
index f47cd53cb30f13718c43ade029cf982c543540b2..1850e042f924b7ae29fe9c66903572dfd4d9ac19 100644 (file)
@@ -128,7 +128,7 @@ private:
 
   /// \brief Hashes the data in a block like DIEValue, e.g. DW_FORM_block or
   /// DW_FORM_exprloc.
-  void hashBlockData(const SmallVectorImpl<DIEValue> &Values);
+  void hashBlockData(const DIE::value_range &Values);
 
   /// \brief Hashes the contents pointed to in the .debug_loc section.
   void hashLocList(const DIELocList &LocList);