summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-09-21 20:50:32 +0000
committerDevang Patel <dpatel@apple.com>2010-09-21 20:50:32 +0000
commitd92f42d1d0bd0124c4334117c7aeea886261c56c (patch)
treee641c9cd4dd656499c560375a733dbeaf7eb6766
parent0bb8b1986588a9a3dfde09ae8c79bdba3f406d82 (diff)
downloadbcm5719-llvm-d92f42d1d0bd0124c4334117c7aeea886261c56c.tar.gz
bcm5719-llvm-d92f42d1d0bd0124c4334117c7aeea886261c56c.zip
Use FileCheck
llvm-svn: 114475
-rw-r--r--llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll7
1 files changed, 5 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll b/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
index d2115496f8f..f9bda7f1007 100644
--- a/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
+++ b/llvm/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
@@ -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 }
OpenPOWER on IntegriCloud