search for: 756d9d16

Displaying 2 results from an estimated 2 matches for "756d9d16".

Did you mean: 756916
2010 Apr 11
0
[LLVMdev] Unknown or runtime type in function definition?
...e IR any easier to read. > > I also find it very confusing. It would be nice if different prefixes were used for names of types and values. Victor -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100411/756d9d16/attachment.html>
2010 Apr 10
2
[LLVMdev] Unknown or runtime type in function definition?
On Fri, Apr 9, 2010 at 3:11 PM, Eli Friedman <eli.friedman at gmail.com> wrote: > On Fri, Apr 9, 2010 at 2:11 PM, Bueno, Denis <denbuen at sandia.gov> wrote: >> Hello all, >> >> I'm trying to understand a bit of LLVM IR syntax.  I have a function >> definition which looks like this in IR: >> >>    define void @foo(%1* ptr) { ... >>