diff options
| author | Yonghong Song <yhs@fb.com> | 2019-10-21 03:22:03 +0000 |
|---|---|---|
| committer | Yonghong Song <yhs@fb.com> | 2019-10-21 03:22:03 +0000 |
| commit | ee881197b00186ada844ce0bb6969d6280a51775 (patch) | |
| tree | 95788327b0476188152c9246e550dfbfca94eb5f /llvm/tools/llvm-cxxdump/llvm-cxxdump.cpp | |
| parent | 9d5ad5e45fe40a24ceb11d6f9b046d8077c90778 (diff) | |
| download | llvm-ee881197b00186ada844ce0bb6969d6280a51775.zip llvm-ee881197b00186ada844ce0bb6969d6280a51775.tar.gz llvm-ee881197b00186ada844ce0bb6969d6280a51775.tar.bz2 | |
[BPF] fix indirect call assembly code
Currently, for indirect call, the assembly code printed out as
callx <imm>
This is not right, it should be
callx <reg>
Fixed the issue with proper format.
Differential Revision: https://reviews.llvm.org/D69229
llvm-svn: 375386
Diffstat (limited to 'llvm/tools/llvm-cxxdump/llvm-cxxdump.cpp')
0 files changed, 0 insertions, 0 deletions
