From: Bill Wendling Date: Mon, 1 Nov 2010 05:48:44 +0000 (+0000) Subject: Disable because peephole is disabled. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=59707e805524d38d8b74865712f17a6a133b31e8;p=oota-llvm.git Disable because peephole is disabled. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117903 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/arm-and-tst-peephole.ll b/test/CodeGen/ARM/arm-and-tst-peephole.ll index 412ecdcbb7e..398eb4be87b 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* }