diff --git a/llvm/test/Transforms/SampleProfile/gcc-simple.ll b/llvm/test/Transforms/SampleProfile/gcc-simple.ll --- a/llvm/test/Transforms/SampleProfile/gcc-simple.ll +++ b/llvm/test/Transforms/SampleProfile/gcc-simple.ll @@ -129,12 +129,12 @@ ret i32 %cond, !dbg !71 } -; CHECK ![[EC1]] = !{!"function_entry_count", i64 24108} -; CHECK ![[PROF1]] = !{!"branch_weights", i32 1, i32 30124} -; CHECK ![[PROF2]] = !{!"branch_weights", i32 30177, i32 29579} -; CHECK ![[EC2]] = !{!"function_entry_count", i64 0} -; CHECK ![[PROF3]] = !{!"branch_weights", i32 1, i32 1} -; CHECK ![[PROF4]] = !{!"branch_weights", i32 1, i32 20238} +; CHECK: ![[EC1]] = !{!"function_entry_count", i64 24108} +; CHECK: ![[PROF1]] = !{!"branch_weights", i32 1, i32 30124} +; CHECK: ![[PROF2]] = !{!"branch_weights", i32 30177, i32 29579} +; CHECK: ![[EC2]] = !{!"function_entry_count", i64 0} +; CHECK: ![[PROF3]] = !{!"branch_weights", i32 1, i32 1} +; CHECK: ![[PROF4]] = !{!"branch_weights", i32 1, i32 20238} attributes #0 = { nounwind uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+sse,+sse2" "unsafe-fp-math"="false" "use-soft-float"="false" } attributes #1 = { nounwind readnone } diff --git a/llvm/test/tools/dsymutil/X86/modules.m b/llvm/test/tools/dsymutil/X86/modules.m --- a/llvm/test/tools/dsymutil/X86/modules.m +++ b/llvm/test/tools/dsymutil/X86/modules.m @@ -117,7 +117,7 @@ // // CHECK: 0x{{0*}}[[PTR]]: DW_TAG_pointer_type // FIXME: The next line doesn't work. -// CHECK-NEXT DW_AT_type [DW_FORM_ref_addr] {0x{{0*}}[[INTERFACE]] +// CHECK-NEXT: DW_AT_type [DW_FORM_ref_addr] {0x{{0*}}[[INTERFACE]] extern int odr_violation; @import Foo;