projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acc473f
)
Disable because peephole is disabled.
author
Bill Wendling
<isanbard@gmail.com>
Mon, 1 Nov 2010 05:48:44 +0000
(
05:48
+0000)
committer
Bill Wendling
<isanbard@gmail.com>
Mon, 1 Nov 2010 05:48:44 +0000
(
05:48
+0000)
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
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/arm-and-tst-peephole.ll
b/test/CodeGen/ARM/arm-and-tst-peephole.ll
index 412ecdcbb7eeadccf26eab7107d238f7f131533f..398eb4be87b5c5537c3d5993c4bc5d7bd9c9406a 100644
(file)
--- 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* }