diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2007-04-26 20:49:05 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2007-04-26 20:49:05 +0000 |
| commit | 4ff20ff903df0409cfa162ea7163ad346385ad72 (patch) | |
| tree | 4f6588d38a25ca371c8c70dd38a8ccc6ba093883 | |
| parent | d7ae7f16597b53853965b105e263dbcfbd91017a (diff) | |
| download | bcm5719-llvm-4ff20ff903df0409cfa162ea7163ad346385ad72.tar.gz bcm5719-llvm-4ff20ff903df0409cfa162ea7163ad346385ad72.zip | |
Add test to proper place. Also, XFAIL until ppc bootstrap will be ok.
llvm-svn: 36491
| -rw-r--r-- | llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll (renamed from llvm/test/CodeGen/X86/2007-04-27-BitTestsBadMask.ll) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/2007-04-27-BitTestsBadMask.ll b/llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll index f89159987c7..a3d20008742 100644 --- a/llvm/test/CodeGen/X86/2007-04-27-BitTestsBadMask.ll +++ b/llvm/test/CodeGen/Generic/2007-04-27-BitTestsBadMask.ll @@ -2,6 +2,9 @@ ; RUN: llvm-as < %s | llc -march=x86-64 | grep 4297064449 ; PR 1325+ +; FIXME: this is xfailed until we figure out ppc bootstrap +; XFAIL: * + define i32 @foo(i8 %bar) { entry: switch i8 %bar, label %bb1203 [ |

