X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2F2002-07-17-GlobalFail.ll;h=d3283106f6ecbb74666d9e898213022c164d391c;hb=87fd14d9b52079828c5db4e1e4878046a7488f81;hp=285b6abf1148f3904cccf66d149351d3f847e4d1;hpb=b6cb66f1c3d0fa98132ef85b4c93a700439572db;p=oota-llvm.git diff --git a/test/Linker/2002-07-17-GlobalFail.ll b/test/Linker/2002-07-17-GlobalFail.ll index 285b6abf114..d3283106f6e 100644 --- a/test/Linker/2002-07-17-GlobalFail.ll +++ b/test/Linker/2002-07-17-GlobalFail.ll @@ -2,7 +2,7 @@ ; RUN: echo | llvm-as > %t.tmp.bc ; RUN: llvm-link %t.tmp.bc %t.bc -%X = constant int 5 -%Y = internal global [2 x int*] [ int* %X, int * %X] +@X = constant i32 5 ; [#uses=2] +@Y = internal global [2 x i32*] [ i32* @X, i32* @X ] ; <[2 x i32*]*> [#uses=0]