diff options
Diffstat (limited to 'test/CodeGen/X86/large-gep-scale.ll')
-rw-r--r-- | test/CodeGen/X86/large-gep-scale.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/large-gep-scale.ll b/test/CodeGen/X86/large-gep-scale.ll index 143294e..8e6e4d2 100644 --- a/test/CodeGen/X86/large-gep-scale.ll +++ b/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 } |