[PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak due to GV.
[oota-llvm.git] / test / CodeGen / ARM / fast-isel-call.ll
index 2d7378e47f2f41245517b62598eb25922f7c66c8..917a15d28bd79137e01ffa8be3968278538522b5 100644 (file)
@@ -8,6 +8,8 @@
 ; 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.