Displaying 3 results from an estimated 3 matches for "data_xxxs".
2006 May 15
2
[LLVMdev] Re: __main() function and AliasSet
...ith MOD/REF logic for functions as below:
i. inComplete nodes may MODREF by all function.
ii. external function does not MOD/REF any complete node.
iii if any function MOD/REF a node then all function considered as MOD/REF the node.
In other words, if I only use -steens-aa and the data_XXXs are all external global variables( and so inComplete ),
the call to printf will make the same effect, which I have tested it.
Am I right ? :)
On Monday 15 May 2006 12:52, Chris Lattner wrote:
> On Mon, 15 May 2006, Nai Xia wrote:
> > Thank you very much for your detailed help.
> &g...
2006 May 15
0
[LLVMdev] Re: __main() function and AliasSet
On Mon, 15 May 2006, Nai Xia wrote:
> In other words, if I only use -steens-aa and the data_XXXs are all
> external global variables( and so inComplete ),
Sounds right!
> the call to printf will
> make the same effect, which I have tested it.
>
> Am I right ? :)
If you've tested it then, yes you're right :). I haven't played with this
stuff for a long time, bu...
2006 May 17
2
[LLVMdev] Re: __main() function and AliasSet
On Tuesday 16 May 2006 03:19, Chris Lattner wrote:
> On Mon, 15 May 2006, Nai Xia wrote:
>
> > In other words, if I only use -steens-aa and the data_XXXs are all
> > external global variables( and so inComplete ),
>
> Sounds right!
>
> > the call to printf will
> > make the same effect, which I have tested it.
> >
> > Am I right ? :)
>
> If you've tested it then, yes you're right :). I haven...