[llvm-commits] [pr12351] Handle intrinsics in GlobalsModRef

Duncan Sands baldrick at free.fr
Wed Mar 28 14:12:29 PDT 2012


On 28/03/12 22:36, Rafael EspĂ­ndola wrote:
>> here you can do a dyn_cast<InstrinsicInst>, see IntrinsicInst.h, immediately
>> getting hold of the intrinsic.
>
> Cool. A new patch is attached.

LGTM, except that there seems to be a missing space here:
   } else if(IntrinsicInst...
            ^

Ciao, Duncan.



More information about the llvm-commits mailing list