X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2F2002-08-20-ConstantExpr.ll;h=5672014ff663116384b6fcff7d42b554df806b18;hb=6e08a410aa0a375450dfbdd3c1114aafc5fb1fb9;hp=8b00cb902c56126551a9f3f924a512154b0c2aec;hpb=b6cb66f1c3d0fa98132ef85b4c93a700439572db;p=oota-llvm.git diff --git a/test/Linker/2002-08-20-ConstantExpr.ll b/test/Linker/2002-08-20-ConstantExpr.ll index 8b00cb902c5..5672014ff66 100644 --- a/test/Linker/2002-08-20-ConstantExpr.ll +++ b/test/Linker/2002-08-20-ConstantExpr.ll @@ -4,6 +4,6 @@ ; RUN: llvm-as < %s > %t.bc ; RUN: llvm-link %t.LinkTest.bc %t.bc -%work = global int 4 -%test = global int* getelementptr( int* %work, long 1) +@work = global i32 4 ; [#uses=1] +@test = global i32* getelementptr (i32* @work, i64 1) ; [#uses=0]