aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine
diff options
context:
space:
mode:
authorElena Demikhovsky <elena.demikhovsky@intel.com>2013-08-07 06:13:21 +0000
committerElena Demikhovsky <elena.demikhovsky@intel.com>2013-08-07 06:13:21 +0000
commitaefdc04b2b379fcd343f43a259e6a4272364f437 (patch)
treec37670ab82c9f55821dbb50851f76117e996a79a /test/ExecutionEngine
parent9e8eafa0f0ad36c3e4397e97b67b8245b04ba618 (diff)
downloadexternal_llvm-aefdc04b2b379fcd343f43a259e6a4272364f437.zip
external_llvm-aefdc04b2b379fcd343f43a259e6a4272364f437.tar.gz
external_llvm-aefdc04b2b379fcd343f43a259e6a4272364f437.tar.bz2
LLVM Interpreter: MIPS tests should pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187867 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r--test/ExecutionEngine/test-interp-vec-loadstore.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ExecutionEngine/test-interp-vec-loadstore.ll b/test/ExecutionEngine/test-interp-vec-loadstore.ll
index ff08faf..665a135 100644
--- a/test/ExecutionEngine/test-interp-vec-loadstore.ll
+++ b/test/ExecutionEngine/test-interp-vec-loadstore.ll
@@ -1,5 +1,4 @@
; RUN: %lli -force-interpreter=true %s | FileCheck %s
-; XFAIL: mips
; CHECK: int test passed
; CHECK: double test passed
; CHECK: float test passed