Fix broken testcase
authorChris Lattner <sabre@nondot.org>
Thu, 23 Jan 2003 19:52:48 +0000 (19:52 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Jan 2003 19:52:48 +0000 (19:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5416 91177308-0d34-0410-b5e6-96231b3b80d8

test/Linker/2002-08-20-ConstantExpr.ll

index e85b565eee3d6577a75566569022ba9a904b516c..3f1b4bf90a7b0e9b1c6da3b49a7501f8dcc87651 100644 (file)
@@ -5,5 +5,5 @@
 ; RUN: link Output/%s.LinkTest.bc Output/%s.bc
 
 %work = global int 4
-%test = global int* getelementptr( int* %work, uint 1)
+%test = global int* getelementptr( int* %work, long 1)