llvm-6502/test/CodeGen/PowerPC/align.ll
2010-01-25 00:54:13 +00:00

12 lines
471 B
LLVM

; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | \
; RUN: grep align.4 | count 1
; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | \
; RUN: grep align.2 | count 1
; RUN: llc < %s -mtriple=powerpc-apple-darwin9 | \
; RUN: grep align.3 | count 1
@A = global <4 x i32> < i32 10, i32 20, i32 30, i32 40 > ; <<4 x i32>*> [#uses=0]
@B = global float 1.000000e+02 ; <float*> [#uses=0]
@C = global double 2.000000e+03 ; <double*> [#uses=0]