[llvm-commits] [llvm] r51884 - in /llvm/trunk: lib/CodeGen/SelectionDAG/LegalizeDAG.cpp lib/Target/CellSPU/SPUISelLowering.cpp lib/Target/CellSPU/SPUISelLowering.h lib/Target/CellSPU/SPUInstrInfo.td lib/Target/CellSPU/SPUNodes.td lib/Target/CellSPU/SPUOperands.td test/CodeGen/CellSPU/immed64.ll

Duncan Sands baldrick at free.fr
Tue Jun 3 00:59:39 PDT 2008


Hi,

> +    assert(VT2 == Tmp3.getValueType()
> +           && "PromoteOp: Operands 2 and 3 ValueTypes don't match");

it is not usual for assertions to mention the function in which they occur.

> +    // Ensure tha NVT is the same as the operands' value types, because we

Ensure tha -> Ensure that

Ciao,

Duncan.



More information about the llvm-commits mailing list