diff options
author | Pavel Samolysov <samolisov@gmail.com> | 2022-08-26 13:21:29 +0300 |
---|---|---|
committer | Pavel Samolysov <samolisov@gmail.com> | 2022-08-26 13:43:09 +0300 |
commit | f964417c32d05a88c80db315e97ada639d97eda1 (patch) | |
tree | 62983c32d40e7d1a186557f5293ef2812eec3f9c /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 6e81eae2f767df99c46e2296a74a00e28716ccae (diff) | |
download | llvm-f964417c32d05a88c80db315e97ada639d97eda1.zip llvm-f964417c32d05a88c80db315e97ada639d97eda1.tar.gz llvm-f964417c32d05a88c80db315e97ada639d97eda1.tar.bz2 |
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 879f5118fc74657e4a5c4eff6810098e1eed75ac.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions