aboutsummaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/test-malloc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/ExecutionEngine/test-malloc.ll')
-rw-r--r--test/ExecutionEngine/test-malloc.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ExecutionEngine/test-malloc.ll b/test/ExecutionEngine/test-malloc.ll
index 93fffcf319..b3400df440 100644
--- a/test/ExecutionEngine/test-malloc.ll
+++ b/test/ExecutionEngine/test-malloc.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() {
%X = malloc i32 ; <i32*> [#uses=1]