summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-05-02 01:06:17 +0000
committerEric Christopher <echristo@gmail.com>2015-05-02 01:06:17 +0000
commita2d44dee73a33c5af39a2bd0aa2f86229b1cdc4a (patch)
treecd9939c7ed32f186ee4250d88204939c26e58cff /llvm/test
parent1d56be869e76a0408f13759f32a898e7fddc5146 (diff)
downloadbcm5719-llvm-a2d44dee73a33c5af39a2bd0aa2f86229b1cdc4a.tar.gz
bcm5719-llvm-a2d44dee73a33c5af39a2bd0aa2f86229b1cdc4a.zip
Rework test to use FileCheck by making sure we have no xmm registers
with numbers. llvm-svn: 236373
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/soft-fp.ll8
1 files changed, 5 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/soft-fp.ll b/llvm/test/CodeGen/X86/soft-fp.ll
index 79e5ebb5fca..97219e4cd90 100644
--- a/llvm/test/CodeGen/X86/soft-fp.ll
+++ b/llvm/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:
OpenPOWER on IntegriCloud