summaryrefslogtreecommitdiffstats
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
commite837e96a82a473da53ef43bf624ccd57bd0f1ebf (patch)
tree8655623c9070470a91beebd8544e28714076c276
parent0a8cabb43143459ab07fee2510f6053ee5ffff7f (diff)
downloadbcm5719-llvm-e837e96a82a473da53ef43bf624ccd57bd0f1ebf.tar.gz
bcm5719-llvm-e837e96a82a473da53ef43bf624ccd57bd0f1ebf.zip
Follow up to 209187, updating a test to use FileCheck. Needed to ignore an extra DW_TAG_class_type
llvm-svn: 209188
-rw-r--r--llvm/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll b/llvm/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
index a9c169c61f8..e81667f6793 100644
--- a/llvm/test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll
+++ b/llvm/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.
OpenPOWER on IntegriCloud