Enable shrink wrapping for PPC64
[oota-llvm.git] / test / CodeGen / PowerPC / ppc-shrink-wrapping.ll
index a23888425bf5492e3a38051bc76b5098d031fb5d..2da8e8d0984c9a809a4ecc048f5b404214f2c9bb 100644 (file)
@@ -1,6 +1,5 @@
 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -mcpu=pwr8 %s -o - | FileCheck %s --check-prefix=CHECK --check-prefix=ENABLE
 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu %s -o - -enable-shrink-wrap=false |  FileCheck %s --check-prefix=CHECK --check-prefix=DISABLE
-; XFAIL: *
 ;
 ; Note: Lots of tests use inline asm instead of regular calls.
 ; This allows to have a better control on what the allocation will do.