forked from OSchip/llvm-project
parent
8a01d7a820
commit
01167a7eff
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue