summaryrefslogtreecommitdiff
path: root/test
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
commit161f0caaf9c86cb08b8735936f2c5f33420f80ae (patch)
treefbfeb8a1f057d53f9f8d41538a077c8182178826 /test
parent77bd88cda5e007c6f4e042fc6b6104c9ae62083b (diff)
downloadllvm-161f0caaf9c86cb08b8735936f2c5f33420f80ae.tar.gz
llvm-161f0caaf9c86cb08b8735936f2c5f33420f80ae.tar.bz2
llvm-161f0caaf9c86cb08b8735936f2c5f33420f80ae.tar.xz
Use FileCheck
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114475 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/2010-05-25-DotDebugLoc.ll7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll b/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
index d2115496f8..f9bda7f100 100644
--- a/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
+++ b/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 }