Displaying 1 result from an estimated 1 matches for "701f1611".
2013 Apr 20
2
[LLVMdev] How to cast Value* to ConstantDataArray*
...I tried:
ConstantDataArray * cda = cast<ConstantDataArray>(v);
where v is a Value*. It does not work.
How can I do this?
Thanks for any help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130420/701f1611/attachment.html>