Home | History | Annotate | Download | only in ARM
      1 ; RUN: llc < %s  -mcpu=cortex-a15 | FileCheck %s
      2 
      3 ; CHECK: a
      4 define i32 @a(i32 %x) {
      5   ret i32 %x;
      6 }
      7