X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2002-08-15-ConstantExprProblem.ll;h=02b9ea9adb8747e7ffcd8a5e03ff856f0d39a4d7;hb=71857ccdb83b6374f7a791c2dae45ce9934a85af;hp=526bb7b2194e77f4679c9a7d89cb05baebad5b1b;hpb=42289a30106c16681365a4e535263569ce9c6a4f;p=oota-llvm.git diff --git a/test/Assembler/2002-08-15-ConstantExprProblem.ll b/test/Assembler/2002-08-15-ConstantExprProblem.ll index 526bb7b2194..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() { +;