[llvm-commits] [llvm] r117903 - /llvm/trunk/test/CodeGen/ARM/arm-and-tst-peephole.ll
Bill Wendling
isanbard at gmail.com
Sun Oct 31 22:48:44 PDT 2010
Author: void
Date: Mon Nov 1 00:48:44 2010
New Revision: 117903
URL: http://llvm.org/viewvc/llvm-project?rev=117903&view=rev
Log:
Disable because peephole is disabled.
Modified:
llvm/trunk/test/CodeGen/ARM/arm-and-tst-peephole.ll
Modified: llvm/trunk/test/CodeGen/ARM/arm-and-tst-peephole.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/arm-and-tst-peephole.ll?rev=117903&r1=117902&r2=117903&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/arm-and-tst-peephole.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/arm-and-tst-peephole.ll Mon Nov 1 00:48:44 2010
@@ -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* }
More information about the llvm-commits
mailing list