summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fastcc3struct.ll
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite some tests with FileCHeck in X86 codegenMichael Liao2013-04-291-2/+2
| | | | | | | | | | | | | - Revise previous patches of the same purpose by fixing *) grep <PA> | not grep <PB> semantically is not the same as CHECK: <PA>{{^<PB>.*$}} as the former will check all occurrences of <PA> while the later only check the first match. As the result, CHECK needs putting in all place where <PA> occurs. *) grep <PA> | count <N> needs a final CHECK-NOT of the same pattern. (As 'CHECK-<N>' is proposed for discussion, converting 'grep | count <N>' where N > 1 is postponed.) llvm-svn: 180742
* Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky2013-04-101-3/+4
| | | | llvm-svn: 179241
* For fastcc on x86, let ECX be used as a return register after EAX and EDXKenneth Uildriks2009-12-151-0/+15
llvm-svn: 91410
OpenPOWER on IntegriCloud