Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Galina Kistanova
2011-05-26 19:17:14 +00:00
parent c9687b32fa
commit 4f5716ab88
15 changed files with 31 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
; RUN: lli %s > /dev/null
; XFAIL: arm
; FIXME: ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed.
define double @test(double* %DP, double %Arg) {
%D = load double* %DP ; <double> [#uses=1]