diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll b/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll index 7ea0f0a1633..668c8fd7ad0 100644 --- a/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll +++ b/llvm/test/ExecutionEngine/2003-01-04-LoopTest.ll @@ -1,6 +1,4 @@ ; RUN: lli %s > /dev/null -; XFAIL: arm -; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed. define i32 @main() { call i32 @mylog( i32 4 ) ; <i32>:1 [#uses=0] |