[llvm-commits] [PATCH] dyn_cast<Instruction> -> cast<Instruction>

Dan Gohman gohman at apple.com
Fri Jun 5 11:52:05 PDT 2009


On Jun 5, 2009, at 4:17 AM, Jay Foad wrote:

> Some simplifications based on the fact that the user of an instruction
> or argument is always an instruction. Passes "make check". OK to
> commit?

Yep, looks good.

Dan




More information about the llvm-commits mailing list