Disable because peephole is disabled.

llvm-svn: 117903
This commit is contained in:
Bill Wendling 2010-11-01 05:48:44 +00:00
parent 1acd6b1edc
commit cd4750cb4d
1 changed files with 1 additions and 0 deletions

View 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* }