[llvm-commits] CVS: llvm/test/Regression/Linker/2002-08-20-ConstantExpr.ll
Chris Lattner
lattner at cs.uiuc.edu
Thu Jan 23 13:53:00 PST 2003
Changes in directory llvm/test/Regression/Linker:
2002-08-20-ConstantExpr.ll updated: 1.1 -> 1.2
---
Log message:
Fix broken testcase
---
Diffs of the changes:
Index: llvm/test/Regression/Linker/2002-08-20-ConstantExpr.ll
diff -u llvm/test/Regression/Linker/2002-08-20-ConstantExpr.ll:1.1 llvm/test/Regression/Linker/2002-08-20-ConstantExpr.ll:1.2
--- llvm/test/Regression/Linker/2002-08-20-ConstantExpr.ll:1.1 Tue Aug 20 14:29:20 2002
+++ llvm/test/Regression/Linker/2002-08-20-ConstantExpr.ll Thu Jan 23 13:52:48 2003
@@ -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)
More information about the llvm-commits
mailing list