mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 17:28:21 +00:00
remove an old xfailed test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36810 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8c756c1fff
commit
86c7745fb4
@ -1,9 +0,0 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep undef
|
||||
; XFAIL: *
|
||||
|
||||
%str = constant [4 x ubyte] c"str\00"
|
||||
|
||||
ubyte %main() {
|
||||
%A = load ubyte* getelementptr ([4 x ubyte]* %str, long 0, long 5)
|
||||
ret ubyte %A
|
||||
}
|
Loading…
Reference in New Issue
Block a user