For XTARGET to work on targets not in the list,

there must also be an XFAIL line.  Fix a couple
examples of this.

llvm-svn: 72876
This commit is contained in:
Dale Johannesen 2009-06-04 18:27:43 +00:00
parent 1aa86203f6
commit 12313e327f
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// RUN: %llvmgcc %s -S -march=k8
// XTARGET: x86
// XFAIL: *
long double x;

View File

@ -1,4 +1,5 @@
// RUN: %llvmgcc -S -m32 -mregparm=3 %s -emit-llvm -o - | grep {inreg %action}
// XFAIL: *
// XTARGET: x86
// PR3967