Tagged Questions
8
votes
2answers
514 views
What is the purpose of the %“alloca point” line which occurs in llvm code?
I've been looking at some LLVM assembly produced by llvm-gcc lately and I've noticed a recurring statement of which I'm not sure its purpose.
For example, the following C program:
int main(void)
{
...