[llvm-commits] [llvm] r60872 - in /llvm/trunk: include/llvm/BasicBlock.h lib/VMCore/BasicBlock.cpp
Duncan Sands
baldrick at free.fr
Thu Dec 11 03:24:38 PST 2008
Hi Edwin,
> + /// multiple edges from the unique predecessor to this block (for example in
> + /// case of a switch statement with multiple cases having same destination).
having same destination -> having the same destination
Likewise below.
> + // same predecessor appears multiple times in predecessor list,
> + // this is ok
-> The same predecessor appears multiple times in the predecessor list.
This is OK.
Ciao,
Duncan.
More information about the llvm-commits
mailing list