diff options
author | Chris Lattner <sabre@nondot.org> | 2003-01-23 19:52:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-01-23 19:52:48 +0000 |
commit | 10806b66d61cb1446d3d38350159140c92463470 (patch) | |
tree | 1b2809479023eb27f75e87cb5748d19ed7141861 /test/Linker/2002-08-20-ConstantExpr.ll | |
parent | d545071522b4dbbab30f38cb6a4e6fbe5b02aa6a (diff) |
Fix broken testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker/2002-08-20-ConstantExpr.ll')
-rw-r--r-- | test/Linker/2002-08-20-ConstantExpr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/2002-08-20-ConstantExpr.ll b/test/Linker/2002-08-20-ConstantExpr.ll index e85b565eee..3f1b4bf90a 100644 --- a/test/Linker/2002-08-20-ConstantExpr.ll +++ b/test/Linker/2002-08-20-ConstantExpr.ll @@ -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) |