Disable because peephole is disabled.
authorBill Wendling <isanbard@gmail.com>
Mon, 1 Nov 2010 05:48:44 +0000 (05:48 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 1 Nov 2010 05:48:44 +0000 (05:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117903 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/arm-and-tst-peephole.ll

index 412ecdcbb7eeadccf26eab7107d238f7f131533f..398eb4be87b5c5537c3d5993c4bc5d7bd9c9406a 100644 (file)
@@ -1,6 +1,7 @@
 ; RUN: llc < %s -march=arm | FileCheck %s
 ; RUN: llc < %s -march=thumb | FileCheck -check-prefix=THUMB %s
 ; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck -check-prefix=T2 %s
+; XFAIL: *
 
 %struct.Foo = type { i8* }