[llvm-commits] [llvm] r75556 - in /llvm/trunk/lib/Target: CBackend/CBackend.cpp MSIL/MSILWriter.cpp MSIL/MSILWriter.h
Chris Lattner
clattner at apple.com
Wed Jul 15 21:36:35 PDT 2009
On Jul 15, 2009, at 4:07 AM, Artur Pietrek wrote:
>
> In both cases it should be dyn_cast not cast because it triggers
> assert if Value is not a GlobalValue.
> Patch attached.
Oops, thanks, applied in r75894.
> Should I submit bugs in bugzilla for such errors or replying for
> commit here is enough?
I actually prefer them to be sent directly to llvm-commits just to
avoid having to deal with bugzilla.
> Could someone add "Backend: MSIL" component in bugzilla?
Done, thanks again!
-Chris
More information about the llvm-commits
mailing list