llvm-6502/test/CodeGen/ARM/a15.ll
2012-09-13 15:05:10 +00:00

7 lines
101 B
LLVM

; RUN: llc < %s -mcpu=cortex-a15 | FileCheck %s
; CHECK: a
define i32 @a(i32 %x) {
ret i32 %x;
}