[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
[llvm-core.git] / test / CodeGen / PowerPC / 2007-05-03-InlineAsm-S-Constraint.ll
blob3c89e79e010a87d2ff6282548c89786c3dad0f7f
1 ; RUN: llc -verify-machineinstrs -no-integrated-as < %s
2 ; PR1382
4 ;target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"
5 target triple = "powerpc-unknown-linux-gnu"
6 @x = global [2 x i32] [ i32 1, i32 2 ]          ; <[2 x i32]*> [#uses=1]
8 define void @foo() {
9 entry:
10         tail call void asm sideeffect "$0 $1", "s,i"( i8* bitcast (i32* getelementptr ([2 x i32], [2 x i32]* @x, i32 0, i32 1) to i8*), i8* bitcast (i32* getelementptr ([2 x i32], [2 x i32]* @x, i32 0, i32 1) to i8*) )
11         ret void