DebugInfo: Correct the attribute type kind.
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 1 May 2014 18:31:21 +0000 (18:31 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 1 May 2014 18:31:21 +0000 (18:31 +0000)
Post commit review feedback from Paul Robinson regarding r207777.

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

test/DebugInfo/typedef.ll

index 6f8a4462ddc6d3040a33af2e40c21b2fe1f1c0ed..40cecdfc39309192b97c60e6f18447b278bb5b8d 100644 (file)
@@ -6,10 +6,10 @@
 ; typedef void x;
 ; x *y;
 
-; Check that a typedef with no DW_TAG_type is produced. The absence of a type is used to imply the 'void' type.
+; Check that a typedef with no DW_AT_type is produced. The absence of a type is used to imply the 'void' type.
 
 ; CHECK: DW_TAG_typedef
-; CHECK-NOT: DW_TAG_type
+; CHECK-NOT: DW_AT_type
 ; CHECK: {{DW_TAG|NULL}}
 
 @y = global i8* null, align 8