diff --git a/test/CodeGen/PowerPC/compare-fcmp-ord.ll b/test/CodeGen/PowerPC/compare-fcmp-ord.ll index e578ca3737d..c3ba4f5ef38 100644 --- a/test/CodeGen/PowerPC/compare-fcmp-ord.ll +++ b/test/CodeGen/PowerPC/compare-fcmp-ord.ll @@ -1,6 +1,7 @@ ; RUN: llvm-as < %s | llc -march=ppc32 | grep or | count 3 ; This should produce one 'or' or 'cror' instruction per function. +; XFAIL: * ; RUN: llvm-as < %s | llc -march=ppc32 | grep mfcr | count 3 ; PR2964