mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[dwarfdump] Don't print meaningless pointer.
CIE pointers were never filled in before, and printing the pointer is totally pointless anyway. llvm-svn: 230550
This commit is contained in:
parent
0fd121a6c7
commit
51eda7f8bc
@ -254,9 +254,6 @@ public:
|
||||
(int32_t)LinkedCIEOffset,
|
||||
(uint32_t)InitialLocation,
|
||||
(uint32_t)InitialLocation + (uint32_t)AddressRange);
|
||||
if (LinkedCIE) {
|
||||
OS << format("%p\n", LinkedCIE);
|
||||
}
|
||||
}
|
||||
|
||||
static bool classof(const FrameEntry *FE) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user