From: Eric Christopher Date: Sat, 2 May 2015 01:06:17 +0000 (+0000) Subject: Rework test to use FileCheck by making sure we have no xmm registers X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e243e06cbb6eb2672cf854a2cc58e5afe28e6795;p=oota-llvm.git Rework test to use FileCheck by making sure we have no xmm registers with numbers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236373 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/soft-fp.ll b/test/CodeGen/X86/soft-fp.ll index 79e5ebb5fca..97219e4cd90 100644 --- a/test/CodeGen/X86/soft-fp.ll +++ b/test/CodeGen/X86/soft-fp.ll @@ -1,7 +1,9 @@ -; RUN: llc < %s -march=x86 -mattr=+sse2 -soft-float | not grep xmm -; RUN: llc < %s -march=x86-64 -mattr=+sse2 -soft-float | not grep xmm +; RUN: llc < %s -march=x86 -mattr=+sse2 -soft-float | FileCheck %s +; RUN: llc < %s -march=x86-64 -mattr=+sse2 -soft-float | FileCheck %s - %struct.__va_list_tag = type { i32, i32, i8*, i8* } +; CHECK-NOT: xmm{[0-9]+} + +%struct.__va_list_tag = type { i32, i32, i8*, i8* } define i32 @t1(i32 %a, ...) nounwind { entry: