1; RUN: llc -mtriple=arm -mcpu=cortex-a15 %s -o - | FileCheck %s2 3; CHECK: a4define i32 @a(i32 %x) {5 ret i32 %x;6}7