From 2110a0d07b637b372f16d4af4d3b89bd39dab3b7 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 14 Mar 2014 23:08:21 +0000 Subject: [PATCH] Re-add checks that were in this testcase before it was converted to dwarfdump. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203981 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll b/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll index d5d4d9ed466..f0165284b18 100644 --- a/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll +++ b/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll @@ -9,6 +9,12 @@ target triple = "x86_64-apple-darwin10.0.0" ; CHECK: DW_TAG_variable ; CHECK: DW_TAG_variable ; CHECK-NEXT: DW_AT_name {{.*}} "z_s" +; CHECK-NEXT: DW_AT_decl_file +; CHECK-NEXT: DW_AT_decl_line +; CHECK-NEXT: DW_AT_type{{.*}}{[[TYPE:.*]]} +; CHECK-NEXT: DW_AT_location +; CHECK: [[TYPE]]: +; CHECK-NEXT: DW_AT_name {{.*}} "int" @.str1 = private unnamed_addr constant [14 x i8] c"m=%u, z_s=%d\0A\00"