summaryrefslogtreecommitdiff
path: root/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-05-20 02:40:34 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-05-20 02:40:34 +0000
commit53d560e8eb3877d6214dd97f0f1ee07b56730398 (patch)
tree8ea354cb9059f1b0d37fc8ae106b1ebe6276e492 /test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
parent825920d3c572bb8ee64de99874bba8d360fa1920 (diff)
downloadllvm-53d560e8eb3877d6214dd97f0f1ee07b56730398.tar.gz
llvm-53d560e8eb3877d6214dd97f0f1ee07b56730398.tar.bz2
llvm-53d560e8eb3877d6214dd97f0f1ee07b56730398.tar.xz
Follow up to 209187, updating a test to use FileCheck. Needed to ignore an extra DW_TAG_class_type
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209188 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll')
-rw-r--r--test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll b/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
index a9c169c61f..e81667f679 100644
--- a/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
+++ b/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
@@ -4,7 +4,8 @@
; Radar 7833483
; Do not emit a separate out-of-line definition DIE for the function-local 'foo'
; function (member of the function local 'A' type)
-; CHECK: DW_TAG_class
+; CHECK: DW_TAG_class_type
+; CHECK: DW_TAG_class_type
; CHECK-NEXT: DW_AT_name {{.*}} "A"
; Check that the subprogram inside the class definition has low_pc, only
; attached to the definition.