X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=test%2FDebugInfo%2Fincorrect-variable-debugloc.ll;h=68f0ae0b670fd7005ae4673c60f3822e8b087dbb;hb=2e8b39e54945532373a2bf2d5f3e3a76dae2756e;hp=3933144fc0a37800fe0399e7fd8ea8d8b72f094c;hpb=32e192aeb3884d41dca7fe0b0bb2169da6169208;p=oota-llvm.git diff --git a/test/DebugInfo/incorrect-variable-debugloc.ll b/test/DebugInfo/incorrect-variable-debugloc.ll index 3933144fc0a..68f0ae0b670 100644 --- a/test/DebugInfo/incorrect-variable-debugloc.ll +++ b/test/DebugInfo/incorrect-variable-debugloc.ll @@ -38,11 +38,11 @@ ; CHECK: DW_TAG_structure_type ; CHECK-NEXT: DW_AT_name {{.*}} "C" -; CHECK: [[FN3_DECL:.*]]: DW_TAG_subprogram +; CHECK: DW_TAG_subprogram ; CHECK-NOT: DW_TAG ; CHECK: DW_AT_name {{.*}} "m_fn3" -; CHECK: DW_AT_specification {{.*}} {[[FN3_DECL]]} +; CHECK: DW_AT_specification {{.*}} "_ZN1C5m_fn3Ev" ; CHECK-NOT: DW_TAG ; CHECK: DW_TAG_formal_parameter ; CHECK-NOT: DW_TAG @@ -62,7 +62,7 @@ define i32 @_Z3fn1v() #0 { entry: %MyAlloca = alloca [64 x i8], align 32, !dbg !39 %0 = ptrtoint [64 x i8]* %MyAlloca to i64, !dbg !39 - %1 = load i32* @__asan_option_detect_stack_use_after_return, !dbg !39 + %1 = load i32, i32* @__asan_option_detect_stack_use_after_return, !dbg !39 %2 = icmp ne i32 %1, 0, !dbg !39 br i1 %2, label %3, label %5 @@ -87,12 +87,12 @@ entry: %16 = add i64 %15, 0, !dbg !39 %17 = inttoptr i64 %16 to i64*, !dbg !39 store i64 -868083117767659023, i64* %17, !dbg !39 - %i.i = getelementptr inbounds %struct.C* %8, i64 0, i32 1, i32 0, !dbg !39 + %i.i = getelementptr inbounds %struct.C, %struct.C* %8, i64 0, i32 1, i32 0, !dbg !39 %18 = ptrtoint i32* %i.i to i64, !dbg !39 %19 = lshr i64 %18, 3, !dbg !39 %20 = add i64 %19, 2147450880, !dbg !39 %21 = inttoptr i64 %20 to i8*, !dbg !39 - %22 = load i8* %21, !dbg !39 + %22 = load i8, i8* %21, !dbg !39 %23 = icmp ne i8 %22, 0, !dbg !39 br i1 %23, label %24, label %30, !dbg !39 @@ -110,7 +110,7 @@ entry: ;