summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/a15.ll
blob: 6f816c1c2c53ecab29a78427e423ca28b6adaf0b (plain)
1
2
3
4
5
6
; RUN: llc < %s  -mcpu=cortex-a15 | FileCheck %s

; CHECK: a
define i32 @a(i32 %x) {
  ret i32 %x;
}