mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-24 00:29:25 +00:00
[ELF][PPC64] Fix a split-stack comment in rLLD344622
The blt- instruction (predicted not to be taken) uses cr7, not the default cr0. llvm-svn: 344948
This commit is contained in:
parent
74f201c37e
commit
e94d8823d9
@ -780,7 +780,7 @@ void PPC64::relaxTlsGdToIe(uint8_t *Loc, RelType Type, uint64_t Val) const {
|
||||
// # compare needed to actual and branch to allocate_more_stack if more
|
||||
// # space is needed, otherwise fallthrough to 'normal' function body.
|
||||
// cmpld cr7,r12,r0
|
||||
// blt- .Lallocate_more_stack
|
||||
// blt- cr7, .Lallocate_more_stack
|
||||
//
|
||||
// -) The allocate_more_stack block might be placed after the split-stack
|
||||
// prologue and the `blt-` replaced with a `bge+ .Lnormal_func_body`
|
||||
|
Loading…
Reference in New Issue
Block a user