aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-11-01 05:48:44 +0000
committerBill Wendling <isanbard@gmail.com>2010-11-01 05:48:44 +0000
commit59707e805524d38d8b74865712f17a6a133b31e8 (patch)
treefae4ace3c63fb48c5fc9b72c584f80833ae9b827
parentacc473fcf9860567d4da60625944d48b075d28f8 (diff)
Disable because peephole is disabled.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117903 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/ARM/arm-and-tst-peephole.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/arm-and-tst-peephole.ll b/test/CodeGen/ARM/arm-and-tst-peephole.ll
index 412ecdcbb7..398eb4be87 100644
--- a/test/CodeGen/ARM/arm-and-tst-peephole.ll
+++ b/test/CodeGen/ARM/arm-and-tst-peephole.ll
@@ -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* }