X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2002-08-15-UnresolvedGlobalReference.ll;h=5252be266a167783e237131382dbd05dcfc5b92c;hb=8cb8245cf117fc4a4f0a6549d9a773a12895550c;hp=a4ab1a6fb78416afd50deb2e9cc171fbcf652d98;hpb=42289a30106c16681365a4e535263569ce9c6a4f;p=oota-llvm.git diff --git a/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll b/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll index a4ab1a6fb78..5252be266a1 100644 --- a/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll +++ b/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll @@ -1,8 +1,8 @@ -%.LC0 = internal global [12 x sbyte] c"hello world\00" ; <[12 x sbyte]*> [#uses=1] +; RUN: llvm-as %s -o /dev/null -f -implementation ; Functions: +@.LC0 = internal global [12 x i8] c"hello world\00" ; <[12 x i8]*> [#uses=1] -sbyte* %test() { - ret sbyte* getelementptr ([12 x sbyte]* %.LC0, long 0, long 0) +define i8* @test() { + ret i8* getelementptr ([12 x i8]* @.LC0, i64 0, i64 0) }