]> granicus.if.org Git - clang/commitdiff
Remove some unnecessary CHECK-SAMEs in ModuleDebugInfo.{cpp,m}.
authorJustin Lebar <jlebar@google.com>
Wed, 10 Feb 2016 01:34:17 +0000 (01:34 +0000)
committerJustin Lebar <jlebar@google.com>
Wed, 10 Feb 2016 01:34:17 +0000 (01:34 +0000)
Suggested by Paul Robinson.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260346 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/ModuleDebugInfo.cpp
test/Modules/ModuleDebugInfo.m

index f534151449439ab64852a9d57ec62c6f462de326..82b558af099112ae170408c149a89a0c481574e3 100644 (file)
@@ -22,7 +22,6 @@
 // CHECK-SAME:                    isOptimized: false,
 // CHECK-NOT:                     splitDebugFilename:
 // CHECK-SAME:                    dwoId:
-// CHECK-SAME:                    )
 
 // CHECK: !DICompositeType(tag: DW_TAG_enumeration_type, name: "Enum"
 // CHECK-SAME:             identifier: "_ZTSN8DebugCXX4EnumE")
index af2edcfc0499092536a64c13a3efa950b29e7dbd..f7fcdc19802902715bdc3d7fe263b6f2b7930866 100644 (file)
@@ -59,7 +59,6 @@
 // CHECK: ![[TD_STRUCT:.*]] = !DICompositeType(tag: DW_TAG_structure_type,
 // CHECK-NOT:              name:
 // CHECK-SAME:             elements:
-// CHECK-SAME:             )
 // CHECK: !DIDerivedType(tag: DW_TAG_typedef, name: "TypedefStruct",
 // CHECK-SAME:           baseType: ![[TD_STRUCT]])