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 | ebfe2b27223d4b177f05bc1b003f83f4a7044066 (patch) | |
tree | c538261380b237c9e957e1bc2075f93079556d45 /test/CodeGen/SystemZ | |
parent | 7df8462038c4393771a0961c60a2686169e4fd9a (diff) | |
download | external_llvm-ebfe2b27223d4b177f05bc1b003f83f4a7044066.zip external_llvm-ebfe2b27223d4b177f05bc1b003f83f4a7044066.tar.gz external_llvm-ebfe2b27223d4b177f05bc1b003f83f4a7044066.tar.bz2 |
Make xfail proper
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76065 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SystemZ')
-rw-r--r-- | test/CodeGen/SystemZ/11-BSwap.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/11-BSwap.ll b/test/CodeGen/SystemZ/11-BSwap.ll index 4470803..a3e1cd0 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 |