Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly the
[oota-llvm.git] / include / llvm / Transforms / Instrumentation.h
index f9b962387dcd2e9e8e05513e9b9fa11713f75e91..baa6364f5090e45f8ae210408b8a04c4e7609c39 100644 (file)
@@ -29,7 +29,8 @@ ModulePass *createPathProfilerPass();
 
 // Insert GCOV profiling instrumentation
 ModulePass *createGCOVProfilerPass(bool EmitNotes = true, bool EmitData = true,
-                                   bool Use402Format = false);
+                                   bool Use402Format = false,
+                                   bool UseExtraChecksum = false);
 
 // Insert AddressSanitizer (address sanity checking) instrumentation
 ModulePass *createAddressSanitizerPass();