[llvm-commits] [llvm] r126714 - in /llvm/trunk: include/llvm/Constants.h lib/VMCore/Constants.cpp

Duncan Sands baldrick at free.fr
Tue Mar 1 00:54:10 PST 2011


Hi Talin,

> +  static Constant *get(LLVMContext&Context, bool Packed,
> +                       Constant * Val, ...) END_WITH_NULL;

extraneous space between "Constant *" and Val.

>   #include<algorithm>
>   #include<map>
> +#include<cstdarg>

Not added in alphabetical order.

> +Constant* ConstantStruct::get(LLVMContext&Context, bool Packed,
> +                              Constant * Val, ...) {

Extraneous space between "Constant *" and Val.

Ciao, Duncan.



More information about the llvm-commits mailing list