Use FileCheck

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114475 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2010-09-21 20:50:32 +00:00
parent 77bd88cda5
commit 161f0caaf9

View File

@ -1,5 +1,8 @@
; RUN: llc -march=x86-64 -O2 < %s | grep debug_loc12
; Test to check .debug_loc support. This test case emits 13 debug_loc entries.
; RUN: llc -march=x86-64 -O2 < %s | FileCheck %s
; Test to check .debug_loc support. This test case emits many debug_loc entries.
; CHECK: Loc expr size
; CHECK-NEXT: DW_OP_reg
%0 = type { double }