[llvm-commits] [llvm] r76065 - /llvm/trunk/test/CodeGen/SystemZ/11-BSwap.ll

Anton Korobeynikov asl at math.spbu.ru
Thu Jul 16 07:54:19 PDT 2009


Author: asl
Date: Thu Jul 16 09:53:47 2009
New Revision: 76065

URL: http://llvm.org/viewvc/llvm-project?rev=76065&view=rev
Log:
Make xfail proper

Modified:
    llvm/trunk/test/CodeGen/SystemZ/11-BSwap.ll

Modified: llvm/trunk/test/CodeGen/SystemZ/11-BSwap.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SystemZ/11-BSwap.ll?rev=76065&r1=76064&r2=76065&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/SystemZ/11-BSwap.ll (original)
+++ llvm/trunk/test/CodeGen/SystemZ/11-BSwap.ll Thu Jul 16 09:53:47 2009
@@ -1,4 +1,4 @@
-; XFAIL
+; XFAIL: *
 ; RUN: llvm-as < %s | llc | grep lrvr  | count 2
 ; RUN: llvm-as < %s | llc | grep lrvgr | count 1
 ; RUN: llvm-as < %s | llc | grep lrvh  | count 1





More information about the llvm-commits mailing list