• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc -mtriple=arm -mcpu=cortex-a15 %s -o - | FileCheck %s
2
3; CHECK: a
4define i32 @a(i32 %x) {
5  ret i32 %x;
6}
7