1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 22:12:47 +01:00

Should be xfailed for llvmgcc3

llvm-svn: 31578
This commit is contained in:
Tanya Lattner 2006-11-08 23:26:16 +00:00
parent a4e66e5441
commit 54631a48fc

View File

@ -1,6 +1,7 @@
// RUN: %llvmgcc %s -S -o /dev/null &&
// RUN: %llvmgcc %s -S -o - | grep 'ext: xorl %eax, eax; movl' &&
// RUN: %llvmgcc %s -S -o - | grep 'nonext: xorl %eax, %eax; mov'
// XFAIL: llvmgcc3
// PR924
void bar() {