From ebfe2b27223d4b177f05bc1b003f83f4a7044066 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Thu, 16 Jul 2009 14:53:47 +0000 Subject: [PATCH] Make xfail proper git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76065 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/SystemZ/11-BSwap.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/SystemZ/11-BSwap.ll b/test/CodeGen/SystemZ/11-BSwap.ll index 44708030ebf..a3e1cd0c9e9 100644 --- a/test/CodeGen/SystemZ/11-BSwap.ll +++ b/test/CodeGen/SystemZ/11-BSwap.ll @@ -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