diff options
author | Adrian Prantl <aprantl@apple.com> | 2017-03-16 16:38:22 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2017-03-16 16:38:22 +0000 |
commit | c5b3351750c74b192d1fb31de291494fa8db97b2 (patch) | |
tree | fb8481c4d203f771b59433bb62d17c513e46bf66 /llvm/test/DebugInfo/X86/dbg-value-const-byref.ll | |
parent | 3e54835ad75271d4420feb9a0e29b23b28d03ef5 (diff) | |
download | bcm5719-llvm-c5b3351750c74b192d1fb31de291494fa8db97b2.tar.gz bcm5719-llvm-c5b3351750c74b192d1fb31de291494fa8db97b2.zip |
Revert "PR32288: More efficient encoding for DWARF expr subregister access."
This reverts commit 2bf453116889a576956892ea9683db4fcd96e30e while investigating buildbot breakage.
llvm-svn: 297962
Diffstat (limited to 'llvm/test/DebugInfo/X86/dbg-value-const-byref.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/dbg-value-const-byref.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/dbg-value-const-byref.ll b/llvm/test/DebugInfo/X86/dbg-value-const-byref.ll index 77e243702a8..40b9f726f31 100644 --- a/llvm/test/DebugInfo/X86/dbg-value-const-byref.ll +++ b/llvm/test/DebugInfo/X86/dbg-value-const-byref.ll @@ -34,10 +34,10 @@ ; CHECK: Beginning address offset: [[C1]] ; CHECK: Ending address offset: [[C2:.*]] ; CHECK: Location description: 11 07 -; rax +; rax, piece 0x00000004 ; CHECK: Beginning address offset: [[C2]] ; CHECK: Ending address offset: [[R1:.*]] -; CHECK: Location description: 50 +; CHECK: Location description: 50 93 04 ; rdi+0 ; CHECK: Beginning address offset: [[R1]] ; CHECK: Ending address offset: [[R2:.*]] |