[llvm-commits] [llvm] r52536 - /llvm/trunk/lib/Transforms/IPO/DeadArgumentElimination.cpp
Duncan Sands
baldrick at free.fr
Fri Jun 20 10:48:22 PDT 2008
Hi,
> + // Explicitely track if anything changed, for debugging
Explicitely -> Explicitly
Missing full stop at end of comment.
> + // The function type is only allowed to be different if we actually left out
> + // an argument or return value
Missing full stop at end of comment.
> + assert(Changed && "Function type changed while no arguments or retrurn values were removed!");
retrurn -> return
Ciao,
Duncan.
More information about the llvm-commits
mailing list