Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashing
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DIEHash.h
index f53529c54f1e1b671108b4e517ba34fb472d87ee..d83f78f68b48f1959697ec5a7a7f72fd3f54a65d 100644 (file)
@@ -29,6 +29,7 @@ class DIEHash {
   // Collection of all attributes used in hashing a particular DIE.
   struct DIEAttrs {
     AttrEntry DW_AT_name;
+    AttrEntry DW_AT_language;
   };
 
 public: