]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Cleanup this test some more.
authorAdrian Prantl <aprantl@apple.com>
Fri, 1 Aug 2014 23:01:32 +0000 (23:01 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 1 Aug 2014 23:01:32 +0000 (23:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214591 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/X86/pieces-1.ll

index 10eb34f8b83b1da18ca63296a0d2f316335d6cf3..f4217995a6d135f3a7745817364789fe7ba0c848 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc -O0 %s -filetype=obj -o %t.o
-; RUN: llvm-dwarfdump -debug-dump=loc %t.o | FileCheck --check-prefix=CHECK-DWARF %s
+; RUN: llvm-dwarfdump -debug-dump=loc %t.o | FileCheck %s
 ;
 ; rdar://problem/15928306
 ;
 ;    }
 ;
 ;
-; CHECK-DWARF: .debug_loc contents:
+; CHECK: .debug_loc contents:
 ;
 
 ; 0x0000000000000000 - 0x0000000000000006: rdi, piece 0x00000008, rsi, piece 0x00000004
-; CHECK-DWARF:            Beginning address offset: 0x0000000000000000
-; CHECK-DWARF:               Ending address offset: [[LTMP3:.*]]
-; CHECK-DWARF:                Location description: 55 93 08 54 93 04
+; CHECK:            Beginning address offset: 0x0000000000000000
+; CHECK:               Ending address offset: [[LTMP3:.*]]
+; CHECK:                Location description: 55 93 08 54 93 04
 ; 0x0000000000000006 - 0x0000000000000008: rbp-8, piece 0x00000008, rax, piece 0x00000004 )
-; CHECK-DWARF:            Beginning address offset: [[LTMP3]]
-; CHECK-DWARF:               Ending address offset: [[END:.*]]
-; CHECK-DWARF:                Location description: 76 78 93 08 54 93 04
+; CHECK:            Beginning address offset: [[LTMP3]]
+; CHECK:               Ending address offset: [[END:.*]]
+; CHECK:                Location description: 76 78 93 08 54 93 04
 
 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-apple-macosx10.9.0"