[PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak due to GV.
[oota-llvm.git] / test / CodeGen / ARM / a15.ll
1 ; RUN: llc < %s  -mcpu=cortex-a15 | FileCheck %s
2
3 ; CHECK: a
4 define i32 @a(i32 %x) {
5   ret i32 %x;
6 }