diff options
author | Chris Lattner <sabre@nondot.org> | 2003-03-06 19:59:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-03-06 19:59:08 +0000 |
commit | 42289a30106c16681365a4e535263569ce9c6a4f (patch) | |
tree | c218ef1b3cbfdd260f53bf74666d8ef6c4d7bf80 /test/Assembler/2002-08-15-UnresolvedGlobalReference.ll | |
parent | 036b8aa0307d29e87ad209727e2218c3d9d9bf2b (diff) | |
download | external_llvm-42289a30106c16681365a4e535263569ce9c6a4f.zip external_llvm-42289a30106c16681365a4e535263569ce9c6a4f.tar.gz external_llvm-42289a30106c16681365a4e535263569ce9c6a4f.tar.bz2 |
Update testcases to use long to index gep
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5717 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2002-08-15-UnresolvedGlobalReference.ll')
-rw-r--r-- | test/Assembler/2002-08-15-UnresolvedGlobalReference.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll b/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll index e0140f5..a4ab1a6 100644 --- a/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll +++ b/test/Assembler/2002-08-15-UnresolvedGlobalReference.ll @@ -3,6 +3,6 @@ implementation ; Functions: sbyte* %test() { - ret sbyte* getelementptr ([12 x sbyte]* %.LC0, uint 0, uint 0) + ret sbyte* getelementptr ([12 x sbyte]* %.LC0, long 0, long 0) } |