diff options
| author | David Blaikie <dblaikie@gmail.com> | 2014-05-01 18:31:21 +0000 |
|---|---|---|
| committer | David Blaikie <dblaikie@gmail.com> | 2014-05-01 18:31:21 +0000 |
| commit | 748be6c3760e47ff9a2c9d88a48f18d92309727b (patch) | |
| tree | 61f61c4fc824fbdd4818a2a4c1197e6443e29019 /llvm/test | |
| parent | 1c286f6d8f77216cc78ea96e80623b189cc2bcd2 (diff) | |
| download | bcm5719-llvm-748be6c3760e47ff9a2c9d88a48f18d92309727b.tar.gz bcm5719-llvm-748be6c3760e47ff9a2c9d88a48f18d92309727b.zip | |
DebugInfo: Correct the attribute type kind.
Post commit review feedback from Paul Robinson regarding r207777.
llvm-svn: 207782
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/DebugInfo/typedef.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/typedef.ll b/llvm/test/DebugInfo/typedef.ll index 6f8a4462ddc..40cecdfc393 100644 --- a/llvm/test/DebugInfo/typedef.ll +++ b/llvm/test/DebugInfo/typedef.ll @@ -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 |

