[msan] Fix select instrumentation.
[oota-llvm.git] / lib / Transforms / Instrumentation / Instrumentation.cpp
index 9f353967f394ea848989699a6dd7a8d32182015a..94f7901fb973dee547ff0c48104275c4fcb0baa9 100644 (file)
@@ -30,6 +30,7 @@ void llvm::initializeInstrumentation(PassRegistry &Registry) {
   initializePathProfilerPass(Registry);
   initializeMemorySanitizerPass(Registry);
   initializeThreadSanitizerPass(Registry);
+  initializeDataFlowSanitizerPass(Registry);
 }
 
 /// LLVMInitializeInstrumentation - C binding for