X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=test%2FAssembler%2F2002-08-15-UnresolvedGlobalReference.ll;h=2ba3f14a48e581b98a0bd4a4aba79a791691c163;hb=b21d9aebba7e45ddcbce61dd501000049cefb335;hp=e0140f5fc585fcbe3a13a4b958481a6b327cd102;hpb=657882cf6e9be3d409fbcf773fb8eaa67180c4e3;p=oota-llvm.git diff --git a/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll b/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll index e0140f5fc58..2ba3f14a48e 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 -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, uint 0, uint 0) +define i8* @test() { + ret i8* getelementptr ([12 x i8]* @.LC0, i64 0, i64 0) }