[llvm-commits] [llvm] r56959 - in /llvm/trunk: include/llvm/CodeGen/LinkAllCodegenComponents.h include/llvm/CodeGen/Passes.h lib/CodeGen/PBQP.cpp lib/CodeGen/PBQP.h lib/CodeGen/RegAllocPBQP.cpp

Duncan Sands baldrick at free.fr
Fri Oct 3 00:30:42 PDT 2008


Hi,

> +//                             The Univesity of Sydney

Univesity -> University

> +    //! \brief Builds a PBQP interfernce matrix.

interfernce -> interference
What's with the exclamation marks at the start of comments?

> +    //! \brief Helper functior for constructInitialPBQPProblem().

functior -> function

> +	//... Just the virtual registers. We treat loads and stores as equal.
> +	li->getInterval(moReg).weight += powf(10.0f, loopDepth);
> +      }

Funky indentation.

Ciao,

Duncan.



More information about the llvm-commits mailing list