diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-03-16 14:25:08 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-03-16 14:25:08 +0000 |
commit | 933f51af54b1818f802ae4a6e0185624f3caf61f (patch) | |
tree | 3f20e6d911c095f3ba7e76dbdef954468b1c8830 /llvm/test/DebugInfo/X86/debug-loc-offset.ll | |
parent | 817ac724e26e97ca07d2a0a24d9074a2b0d9db60 (diff) | |
download | bcm5719-llvm-933f51af54b1818f802ae4a6e0185624f3caf61f.tar.gz bcm5719-llvm-933f51af54b1818f802ae4a6e0185624f3caf61f.zip |
Use the i8 immediate cmp instructions when possible.
llvm-svn: 232378
Diffstat (limited to 'llvm/test/DebugInfo/X86/debug-loc-offset.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/debug-loc-offset.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/debug-loc-offset.ll b/llvm/test/DebugInfo/X86/debug-loc-offset.ll index 7a2390887cb..56a0c7f4e9b 100644 --- a/llvm/test/DebugInfo/X86/debug-loc-offset.ll +++ b/llvm/test/DebugInfo/X86/debug-loc-offset.ll @@ -55,7 +55,7 @@ ; CHECK: .debug_loc contents: ; CHECK: 0x00000000: Beginning address offset: 0x0000000000000000 -; CHECK: Ending address offset: 0x000000000000001a +; CHECK: Ending address offset: 0x0000000000000017 %struct.A = type { i32 (...)**, i32 } |