Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git] / test / CodeGen / PowerPC / 2007-05-03-InlineAsm-S-Constraint.ll
blob989a7516aa4d91b7f8ce648bc3faafe4a7a95cef
1 ; RUN: llvm-as < %s | llc
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-apple-darwin8.8.0"
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]* @x, i32 0, i32 1) to i8*), i8* bitcast (i32* getelementptr ([2 x i32]* @x, i32 0, i32 1) to i8*) )
11         ret void