diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-12-29 23:09:14 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-12-29 23:09:14 +0000 |
commit | 8ea758254637812c327dbf27155abf3924fd0dd7 (patch) | |
tree | 30f18e9bc229b139418a4f06bf7a247798c93b43 /llvm/test/CodeGen/ARM/fast-isel-call.ll | |
parent | 12265310994ece74730ea695e5734adba4bc98ca (diff) | |
download | bcm5719-llvm-8ea758254637812c327dbf27155abf3924fd0dd7.tar.gz bcm5719-llvm-8ea758254637812c327dbf27155abf3924fd0dd7.zip |
Un-XFAILify some tests which are now passing.
llvm-svn: 198184
Diffstat (limited to 'llvm/test/CodeGen/ARM/fast-isel-call.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/fast-isel-call.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-call.ll b/llvm/test/CodeGen/ARM/fast-isel-call.ll index 917a15d28bd..2d7378e47f2 100644 --- a/llvm/test/CodeGen/ARM/fast-isel-call.ll +++ b/llvm/test/CodeGen/ARM/fast-isel-call.ll @@ -8,8 +8,6 @@ ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi -mattr=-vfp2 | FileCheck %s --check-prefix=ARM-NOVFP ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios -mattr=-vfp2 | FileCheck %s --check-prefix=THUMB-NOVFP -; XFAIL: vg_leak - ; Note that some of these tests assume that relocations are either ; movw/movt or constant pool loads. Different platforms will select ; different approaches. |