Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view test/CodeGen/ARM/2011-04-12-AlignBug.ll @ 83:60c9769439b8
LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 18 Feb 2015 14:55:36 +0900 |
parents | 54457678186b |
children |
line wrap: on
line source
; RUN: llc < %s | FileCheck %s target triple = "thumbv7-apple-darwin10.0.0" ; CHECK: align 3 @.v = private unnamed_addr constant <4 x i32> <i32 1, i32 2, i32 3, i32 4>, align 8 ; CHECK: align 4 @.strA = private unnamed_addr constant [4 x i64] zeroinitializer ; CHECK-NOT: align @.strB = private unnamed_addr constant [4 x i8] c"foo\00", align 1 @.strC = private unnamed_addr constant [4 x i8] c"baz\00", section "__TEXT,__cstring,cstring_literals", align 1