blob: 561588d94943249c2fb25a1eee9d6c229595fd07 [file] [log] [blame]
Jason W Kimafd1cc22010-09-30 02:45:56 +00001; RUN: llc < %s -mtriple=arm-linux-gnueabi | FileCheck %s
2; This tests that MC/asm header conversion is smooth
3;
4; CHECK: .syntax unified
5; CHECK-NEXT: .eabi_attribute 20, 1
6; CHECK-NEXT: .eabi_attribute 21, 1
7; CHECK-NEXT: .eabi_attribute 23, 3
8; CHECK-NEXT: .eabi_attribute 24, 1
9; CHECK-NEXT: .eabi_attribute 25, 1
10
11define i32 @f(i64 %z) {
12 ret i32 0
13}