[llvm-commits] [llvm] r170591 - in /llvm/trunk/lib/Target/R600: AMDGPU.h AMDGPUStructurizeCFG.cpp AMDGPUTargetMachine.cpp AMDILCFGStructurizer.cpp AMDILInstrInfo.td CMakeLists.txt R600Instructions.td SIAnnotateControlFlow.cpp SIFixSGPRLiveness.cpp SIISelLowering.cpp SIISelLowering.h SIInstructions.td SIIntrinsics.td SILowerControlFlow.cpp
Tom Stellard
tom at stellard.net
Fri Dec 21 12:17:03 PST 2012
On Thu, Dec 20, 2012 at 01:01:13AM +0200, Dmitri Gribenko wrote:
> On Thu, Dec 20, 2012 at 12:10 AM, Tom Stellard <thomas.stellard at amd.com> wrote:
> > +/// \brief Initialize the types and constants used in the pass
> > +bool AMDGPUStructurizeCFG::doInitialization(Region *R, RGPassManager &RGM) {
> > +
> > + LLVMContext &Context = R->getEntry()->getContext();
>
> Code style: empty line at the beginning of the function body. There
> are quite a few of these in this commit.
>
I've fixed this in 170923.
-Tom
More information about the llvm-commits
mailing list