[llvm-commits] CVS: llvm/lib/Analysis/ProfileInfoLoaderPass.cpp

Jeff Cohen jeffc at jolt-lang.org
Sun Jan 9 19:56:38 PST 2005



Changes in directory llvm/lib/Analysis:

ProfileInfoLoaderPass.cpp updated: 1.9 -> 1.10
---
Log message:

Apply feed back from Chris:
  1. Rename createLoaderPass to CreateProfileLoaderPass
  2. Opt shouldn't use the pass registered in CodeGen.

---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Analysis/ProfileInfoLoaderPass.cpp
diff -u llvm/lib/Analysis/ProfileInfoLoaderPass.cpp:1.9 llvm/lib/Analysis/ProfileInfoLoaderPass.cpp:1.10
--- llvm/lib/Analysis/ProfileInfoLoaderPass.cpp:1.9	Sat Jan  8 16:01:16 2005
+++ llvm/lib/Analysis/ProfileInfoLoaderPass.cpp	Sun Jan  9 21:56:27 2005
@@ -55,7 +55,7 @@
   RegisterAnalysisGroup<ProfileInfo, LoaderPass> Y;
 }  // End of anonymous namespace
 
-ModulePass *llvm::createLoaderPass() { return new LoaderPass(); }
+ModulePass *llvm::createProfileLoaderPass() { return new LoaderPass(); }
 
 /// createProfileLoaderPass - This function returns a Pass that loads the
 /// profiling information for the module from the specified filename, making it






More information about the llvm-commits mailing list