Displaying 3 results from an estimated 3 matches for "exrtact".
2012 Jan 03
2
[LLVMdev] AliasAnalysis and memory dependency
...eInst>(inst1)){*
* ** **if(isa<CallInst>(inst2))**{*
* CallInst *call_inst2= dyn_cast<CallInst>(inst2); *
* if(AA.getModRefInfo(inst1,call_inst2)==mod)**{*
* //*
* } *
* }*
* }*
but i get the following error. I should what do for exrtact memory
dependency between CallInst instruction and other.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120103/67edf811/attachment.html>
2012 Jan 03
0
[LLVMdev] AliasAnalysis and memory dependency
...)) / /{/
>
> / CallInst *call_inst2= dyn_cast<CallInst>(inst2); /
>
> /*if* (AA.getModRefInfo(inst1,call_inst2)==mod) / /{/
>
> / ///
>
> / } /
>
> / }/
>
> / }/
>
> but i get the following error. I should what do for exrtact memory dependency
> between CallInst instruction and other.
you forgot to include the error.
Ciao, Duncan.
2010 Dec 13
22
OT: programming language for morons (newbie friendly language in Open Source world)
Hi folks
I have more than 12 years experience with UNIX system administration,
but I am too stupid for programming. My only programming experience is
shell scripting. I tried to learn Java, but don't understand it
because it is too complicated for my limited brainpower.
What programming language should I learn?
A friend said that C-Sharp (Mono) is very simple. Is this true?
cheers Sven