summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-10-02 15:49:34 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-10-02 15:49:34 +0000
commitbc2724f6e044f486ba167a2a3fa32aff4d9def4e (patch)
treed01672e2b7d8961b2d455fa25b36294885d2c769 /llvm/test/DebugInfo/X86
parent77c0ac23362326b5f64b926134c3b9b41341f2c8 (diff)
downloadbcm5719-llvm-bc2724f6e044f486ba167a2a3fa32aff4d9def4e.tar.gz
bcm5719-llvm-bc2724f6e044f486ba167a2a3fa32aff4d9def4e.zip
Fix broken tests.
llvm-svn: 165019
Diffstat (limited to 'llvm/test/DebugInfo/X86')
-rw-r--r--llvm/test/DebugInfo/X86/DW_AT_byte_size.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/DW_AT_byte_size.ll b/llvm/test/DebugInfo/X86/DW_AT_byte_size.ll
index 59280e027f3..25b5f00c6af 100644
--- a/llvm/test/DebugInfo/X86/DW_AT_byte_size.ll
+++ b/llvm/test/DebugInfo/X86/DW_AT_byte_size.ll
@@ -4,7 +4,8 @@
; Checks that we don't emit a size for a pointer type.
; CHECK: DW_TAG_pointer_type
; CHECK-NEXT: DW_AT_type
-; CHECK-NOT-NEXT: DW_AT_byte_size
+; CHECK-NOT: DW_AT_byte_size
+; CHECK: .debug_info contents
%struct.A = type { i32 }
OpenPOWER on IntegriCloud