Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.
[oota-llvm.git] / include / llvm / Support / DebugLoc.h
index c90915f41a1509a8fe50150ea6f3645b2cf419b7..2ee9f876c366d81973dcf8c5fb869eafbcdde069 100644 (file)
@@ -97,6 +97,8 @@ namespace llvm {
       return LineCol == DL.LineCol && ScopeIdx == DL.ScopeIdx;
     }
     bool operator!=(const DebugLoc &DL) const { return !(*this == DL); }
+
+    void dump(const LLVMContext &Ctx) const;
   };
 
   template <>