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 | d0b3e7b0b4aefbb1aaaee84ffe9daff12047664e (patch) | |
tree | b300b1d3ef887e6b2e3c76da25c64f00f1c51ef0 /llvm/test | |
parent | efd3051d60ddf653ec9515b802687305ff5bbb38 (diff) | |
download | bcm5719-llvm-d0b3e7b0b4aefbb1aaaee84ffe9daff12047664e.tar.gz bcm5719-llvm-d0b3e7b0b4aefbb1aaaee84ffe9daff12047664e.zip |
xfail this for now
llvm-svn: 35973
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll b/llvm/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll index 736a448fb75..d152533aefe 100644 --- a/llvm/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll +++ b/llvm/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] |