mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
6 lines
116 B
LLVM
6 lines
116 B
LLVM
; RUN: llc -mtriple=arm -mcpu=cortex-a15 %s -o - | FileCheck %s
|
|
|
|
; CHECK: a
|
|
define i32 @a(i32 %x) {
|
|
ret i32 %x;
|
|
}
|