diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-07-16 14:53:47 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-07-16 14:53:47 +0000 |
commit | 77a50bd3a85ed537e0a5c7601d6dbea44fdfcc29 (patch) | |
tree | 68c99dc5c37d225258ec7c7f05c81cba3223d0b8 | |
parent | 02fc607d54a27d42607dfac0506b24f8661947e1 (diff) | |
download | bcm5719-llvm-77a50bd3a85ed537e0a5c7601d6dbea44fdfcc29.tar.gz bcm5719-llvm-77a50bd3a85ed537e0a5c7601d6dbea44fdfcc29.zip |
Make xfail proper
llvm-svn: 76065
-rw-r--r-- | llvm/test/CodeGen/SystemZ/11-BSwap.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/11-BSwap.ll b/llvm/test/CodeGen/SystemZ/11-BSwap.ll index 44708030ebf..a3e1cd0c9e9 100644 --- a/llvm/test/CodeGen/SystemZ/11-BSwap.ll +++ b/llvm/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 |