[llvm] r217488 - FunctionPassManager isn't used by the JIT anymore, it is used in

Yaron Keren yaron.keren at gmail.com
Wed Sep 10 03:48:06 PDT 2014


Author: yrnkrn
Date: Wed Sep 10 05:48:06 2014
New Revision: 217488

URL: http://llvm.org/viewvc/llvm-project?rev=217488&view=rev
Log:
FunctionPassManager isn't used by the JIT anymore, it is used in
clang EmitAssemblyHelper::CreatePasses() in BackendUtil.cpp.


Modified:
    llvm/trunk/include/llvm/IR/LegacyPassManagers.h

Modified: llvm/trunk/include/llvm/IR/LegacyPassManagers.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/LegacyPassManagers.h?rev=217488&r1=217487&r2=217488&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/LegacyPassManagers.h (original)
+++ llvm/trunk/include/llvm/IR/LegacyPassManagers.h Wed Sep 10 05:48:06 2014
@@ -61,7 +61,7 @@
 //
 // [o] class FunctionPassManager;
 //
-// This is a external interface used by JIT to manage FunctionPasses. This
+// This is a external interface used to manage FunctionPasses. This
 // interface relies on FunctionPassManagerImpl to do all the tasks.
 //
 // [o] class FunctionPassManagerImpl : public ModulePass, PMDataManager,





More information about the llvm-commits mailing list