diff options
author | Devang Patel <dpatel@apple.com> | 2011-02-23 22:35:57 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-02-23 22:35:57 +0000 |
commit | 1d6b2c74c074a14dba1ff453267d1c8d45619d93 (patch) | |
tree | cc4f24b6127bffc2e51b01f0e47baf084d31304a /test/CodeGen/X86 | |
parent | f95618364396dedb9d926c9989625fd633a24b78 (diff) | |
download | external_llvm-1d6b2c74c074a14dba1ff453267d1c8d45619d93.zip external_llvm-1d6b2c74c074a14dba1ff453267d1c8d45619d93.tar.gz external_llvm-1d6b2c74c074a14dba1ff453267d1c8d45619d93.tar.bz2 |
Check only relevant strings in output to increase stability of the tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126338 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r-- | test/CodeGen/X86/dbg-value-location.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/X86/dbg-value-location.ll b/test/CodeGen/X86/dbg-value-location.ll index 2449046..87d7e91 100644 --- a/test/CodeGen/X86/dbg-value-location.ll +++ b/test/CodeGen/X86/dbg-value-location.ll @@ -5,10 +5,10 @@ target triple = "x86_64-apple-darwin10.0.0" ;CHECK: .ascii "var" ## DW_AT_name ;CHECK-NEXT: .byte 0 -;CHECK-NEXT: .byte 2 ## DW_AT_decl_file -;CHECK-NEXT: .short 19509 ## DW_AT_decl_line -;CHECK-NEXT: .long 68 ## DW_AT_type -;CHECK-NEXT: .byte 1 ## DW_AT_location +;CHECK-NEXT: ## DW_AT_decl_file +;CHECK-NEXT: ## DW_AT_decl_line +;CHECK-NEXT: ## DW_AT_type +;CHECK-NEXT: ## DW_AT_location @dfm = external global i32, align 4 |