Un-XFAILify some tests which are now passing.
[oota-llvm.git] / test / CodeGen / ARM / fast-isel-intrinsic.ll
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.