Revert "[Pipelines] Introduce DAE after ArgumentPromotion"
The commit breaks the compiler when a function is used as a function parameter (hm... for a function from the standard C library?): ``` static float strtof(char *, char *) {} void a() { strtof(a, 0); } ``` This reverts commit 879f5118.
Loading
Please sign in to comment