blob: 6f816c1c2c53ecab29a78427e423ca28b6adaf0b [file] [log] [blame]
; RUN: llc < %s -mcpu=cortex-a15 | FileCheck %s
; CHECK: a
define i32 @a(i32 %x) {
ret i32 %x;
}