1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Remove "XFAIL: arm" from test/ExecutionEngine/test-return.ll

The test passes on ARM bots

llvm-svn: 148315
This commit is contained in:
Eli Bendersky 2012-01-17 18:21:05 +00:00
parent b1e07175c4
commit d53bd9175f

View File

@ -1,5 +1,4 @@
; RUN: %lli %s > /dev/null
; XFAIL: arm
define i32 @main() nounwind uwtable {
entry: