diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-10-04 14:53:58 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-10-04 14:53:58 +0000 |
commit | 47e1c700bf3a086f324064a914cfc54f9729d6ef (patch) | |
tree | c22cee20b5086975a439927759cd5c74ab2557d8 /test/DebugInfo | |
parent | 33ed878fd73218c570e234e3a94581793a4b7625 (diff) | |
download | external_llvm-47e1c700bf3a086f324064a914cfc54f9729d6ef.zip external_llvm-47e1c700bf3a086f324064a914cfc54f9729d6ef.tar.gz external_llvm-47e1c700bf3a086f324064a914cfc54f9729d6ef.tar.bz2 |
Fix this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191958 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r-- | test/DebugInfo/X86/DW_AT_specification.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/DW_AT_specification.ll b/test/DebugInfo/X86/DW_AT_specification.ll index 4d630b1..f36e8ee 100644 --- a/test/DebugInfo/X86/DW_AT_specification.ll +++ b/test/DebugInfo/X86/DW_AT_specification.ll @@ -3,7 +3,7 @@ ; test that the DW_AT_specification is a back edge in the file. -; CHECK: 0x0000[[OFFSET:[0-9a-f]*]]: DW_TAG_subprogram [5] * +; CHECK: 0x0000[[OFFSET:[0-9a-f]*]]: DW_TAG_subprogram [7] * ; CHECK: DW_AT_specification [DW_FORM_ref4] (cu + 0x[[OFFSET]] => {0x0000[[OFFSET]]}) |