Add accessor function.

llvm-svn: 16622
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
index 56a2073..e608174 100644
--- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
+++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp
@@ -176,4 +176,8 @@
   return true;  // Function was modified.
 }
 
+FunctionPass *createLoopInstrumentationPass () {
+  return new InstLoops();
+}
+
 } // End llvm namespace