Un-XFAILify some tests which are now passing.
authorBill Wendling <isanbard@gmail.com>
Sun, 29 Dec 2013 23:09:14 +0000 (23:09 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 29 Dec 2013 23:09:14 +0000 (23:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198184 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/fast-isel-call.ll
test/CodeGen/ARM/fast-isel-intrinsic.ll

index 917a15d28bd79137e01ffa8be3968278538522b5..2d7378e47f2f41245517b62598eb25922f7c66c8 100644 (file)
@@ -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.
index 6ed5c3eb107f7a3f183f75fd750da4c36c6a3e97..089209e45fc3d15c073bf597cd05d83c13b3bd78 100644 (file)
@@ -5,8 +5,6 @@
 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi -arm-long-calls -verify-machineinstrs | FileCheck %s --check-prefix=ARM-LONG
 ; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios -arm-long-calls -verify-machineinstrs | FileCheck %s --check-prefix=THUMB-LONG
 
-; 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.