| Jason W Kim | 645f6c2 | 2010-09-30 02:45:56 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -mtriple=arm-linux-gnueabi | FileCheck %s | 
|  | 2 | ; This tests that MC/asm header conversion is smooth | 
|  | 3 | ; | 
|  | 4 | ; CHECK:      .syntax unified | 
| Jason W Kim | 85b0af1 | 2011-02-07 00:49:53 +0000 | [diff] [blame] | 5 | ; CHECK: .eabi_attribute 20, 1 | 
|  | 6 | ; CHECK: .eabi_attribute 21, 1 | 
|  | 7 | ; CHECK: .eabi_attribute 23, 3 | 
|  | 8 | ; CHECK: .eabi_attribute 24, 1 | 
|  | 9 | ; CHECK: .eabi_attribute 25, 1 | 
| Jason W Kim | 645f6c2 | 2010-09-30 02:45:56 +0000 | [diff] [blame] | 10 |  | 
|  | 11 | define i32 @f(i64 %z) { | 
|  | 12 | ret i32 0 | 
|  | 13 | } |