From 59707e805524d38d8b74865712f17a6a133b31e8 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 1 Nov 2010 05:48:44 +0000 Subject: [PATCH] Disable because peephole is disabled. 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 | 1 + 1 file changed, 1 insertion(+) 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* } -- 2.34.1