diff options
author | Chris Lattner <sabre@nondot.org> | 2007-04-13 22:20:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-04-13 22:20:27 +0000 |
commit | 4dcedf1e8505a094b031d3a72033a886c0e53da1 (patch) | |
tree | 415e92cc981b636f92de7d64b70d4bddb59b2527 /test/CodeGen/ARM | |
parent | c5494af8a90f398046c45bc2b7549ab9004c01d9 (diff) | |
download | external_llvm-4dcedf1e8505a094b031d3a72033a886c0e53da1.zip external_llvm-4dcedf1e8505a094b031d3a72033a886c0e53da1.tar.gz external_llvm-4dcedf1e8505a094b031d3a72033a886c0e53da1.tar.bz2 |
xfail this for now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r-- | test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll b/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll index 736a448..d152533 100644 --- a/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll +++ b/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll @@ -1,6 +1,9 @@ ; RUN: llvm-as < %s | llc -march=arm && ; RUN: llvm-as < %s | llc -march=arm -stats 2>&1 | not grep 'register spills' +;; Must talk to evan about this. +; XFAIL: * + define void @foo(i8** %buf, i32 %size, i32 %col, i8* %p) { entry: icmp sgt i32 %size, 0 ; <i1>:0 [#uses=1] |