the sparc v8 backend handles this correctly


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36801 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/Generic/isunord.ll b/test/CodeGen/Generic/isunord.ll
index c8dabc4..1495bd0 100644
--- a/test/CodeGen/Generic/isunord.ll
+++ b/test/CodeGen/Generic/isunord.ll
@@ -1,5 +1,5 @@
 ; RUN: llvm-upgrade < %s | llvm-as | llc
-; XFAIL: ia64|sparcv8
+; XFAIL: ia64
 
 
 declare bool %llvm.isunordered.f64(double, double)