Revert r197438 and r197447 until we figure out how to avoid circular dependency at...
[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 }