[llvm-commits] [llvm] r114475 - /llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll

Devang Patel dpatel at apple.com
Tue Sep 21 13:50:32 PDT 2010


Author: dpatel
Date: Tue Sep 21 15:50:32 2010
New Revision: 114475

URL: http://llvm.org/viewvc/llvm-project?rev=114475&view=rev
Log:
Use FileCheck

Modified:
    llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll

Modified: llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll?rev=114475&r1=114474&r2=114475&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2010-05-25-DotDebugLoc.ll Tue Sep 21 15:50:32 2010
@@ -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 }
 





More information about the llvm-commits mailing list