[llvm-commits] [llvm] r148105 - in /llvm/trunk: include/llvm/CodeGen/Passes.h include/llvm/InitializePasses.h include/llvm/Target/TargetOptions.h lib/CodeGen/CMakeLists.txt lib/CodeGen/CodeGen.cpp lib/CodeGen/MachineScheduler.cpp lib/CodeGen/RegAllocBasic.cpp lib/CodeGen/RegAllocGreedy.cpp lib/Target/TargetMachine.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Jan 16 11:49:46 PST 2012


On Jan 12, 2012, at 10:30 PM, Andrew Trick wrote:

> +void initializeMachineSchedulerPassPass(PassRegistry&);

Swedish chef code?

> +  /// Schedule - This is called back from ScheduleDAGInstrs::Run() when it's
> +  /// time to do some work.
> +  virtual void Schedule();

I new code, please follow the style guide and start function names with lower-case.

/jakob

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120116/c2841458/attachment.html>


More information about the llvm-commits mailing list