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

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