X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2002-08-15-ConstantExprProblem.ll;h=02b9ea9adb8747e7ffcd8a5e03ff856f0d39a4d7;hb=de29a52940101cd162cc9a53cfd3d09d60547e6f;hp=1f5a0a78e286b717b3363445f9e8ebf8e3fb85af;hpb=657882cf6e9be3d409fbcf773fb8eaa67180c4e3;p=oota-llvm.git diff --git a/test/Assembler/2002-08-15-ConstantExprProblem.ll b/test/Assembler/2002-08-15-ConstantExprProblem.ll index 1f5a0a78e28..02b9ea9adb8 100644 --- a/test/Assembler/2002-08-15-ConstantExprProblem.ll +++ b/test/Assembler/2002-08-15-ConstantExprProblem.ll @@ -1,15 +1,16 @@ -%.LC0 = internal global [12 x sbyte] c"hello world\00" +; 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() { +define i8* @test() { +;