From c83b3e79fcde070f5d2aafd994160cbcdd5bbe0d Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Mon, 29 Apr 2013 22:41:29 +0000 Subject: Rewrite some tests with FileCHeck in X86 codegen - Revise previous patches of the same purpose by fixing *) grep | not grep semantically is not the same as CHECK: {{^.*$}} as the former will check all occurrences of while the later only check the first match. As the result, CHECK needs putting in all place where occurs. *) grep | count needs a final CHECK-NOT of the same pattern. (As 'CHECK-' is proposed for discussion, converting 'grep | count ' where N > 1 is postponed.) llvm-svn: 180742 --- llvm/test/CodeGen/X86/fastcc-byval.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/CodeGen/X86/fastcc-byval.ll') diff --git a/llvm/test/CodeGen/X86/fastcc-byval.ll b/llvm/test/CodeGen/X86/fastcc-byval.ll index 08f4564fc69..e6828e42827 100644 --- a/llvm/test/CodeGen/X86/fastcc-byval.ll +++ b/llvm/test/CodeGen/X86/fastcc-byval.ll @@ -1,6 +1,7 @@ ; RUN: llc < %s -tailcallopt=false | FileCheck %s ; CHECK: movl 8(%esp), %eax ; CHECK: movl 8(%esp), %eax +; CHECK-NOT: movl 8(%esp), %eax ; PR3122 ; rdar://6400815 -- cgit v1.2.3