Debug Info: improve the Finder.
[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 }