diff --git a/test/CodeGen/PowerPC/Frames-align.ll b/test/CodeGen/PowerPC/Frames-align.ll index a7c02ccd65c..836d556f8ca 100644 --- a/test/CodeGen/PowerPC/Frames-align.ll +++ b/test/CodeGen/PowerPC/Frames-align.ll @@ -7,6 +7,7 @@ ; RUN: llvm-upgrade < %s | llvm-as | \ ; RUN: llc -march=ppc64 -mtriple=powerpc-apple-darwin8 | \ ; RUN: grep {rldicl r0, r1, 0, 54} +; XFAIL implementation