diff options
author | Gabriel Hjort Ã…kerlund <gabriel.hjort.akerlund@ericsson.com> | 2020-12-28 17:41:25 +0100 |
---|---|---|
committer | Mikael Holmen <mikael.holmen@ericsson.com> | 2020-12-28 18:01:40 +0100 |
commit | b9a7c89d4322b261b65eb96d678a9d38b776cb60 (patch) | |
tree | 7eab41d98ed22732f7ca10174d118daab3128cba /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | d55627d221be8154cbdf454fa727afcc3f716b08 (diff) | |
download | llvm-b9a7c89d4322b261b65eb96d678a9d38b776cb60.zip llvm-b9a7c89d4322b261b65eb96d678a9d38b776cb60.tar.gz llvm-b9a7c89d4322b261b65eb96d678a9d38b776cb60.tar.bz2 |
[MIRPrinter] Fix incorrect output of unnamed stack names
The MIRParser expects unnamed stack entries to have empty names ('').
In case of unnamed alloca instructions, the MIRPrinter would output
'<unnamed alloca>', which caused the MIRParser to reject the generated
code.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D93685
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions