diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/large-gep-scale.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/large-gep-scale.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/large-gep-scale.ll b/llvm/test/CodeGen/X86/large-gep-scale.ll index 143294e8b07..8e6e4d23a81 100644 --- a/llvm/test/CodeGen/X86/large-gep-scale.ll +++ b/llvm/test/CodeGen/X86/large-gep-scale.ll @@ -7,6 +7,6 @@ ; CHECK: shll $2, %edx define fastcc i32* @_ada_smkr([2147483647 x i32]* %u, i32 %t) nounwind { - %x = getelementptr [2147483647 x i32]* %u, i32 %t, i32 0 + %x = getelementptr [2147483647 x i32], [2147483647 x i32]* %u, i32 %t, i32 0 ret i32* %x } |

