diff options
Diffstat (limited to 'test/Transforms/InstCombine/strcpy_chk-64.ll')
-rw-r--r-- | test/Transforms/InstCombine/strcpy_chk-64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/strcpy_chk-64.ll b/test/Transforms/InstCombine/strcpy_chk-64.ll index 31447d9..8a2cdc2 100644 --- a/test/Transforms/InstCombine/strcpy_chk-64.ll +++ b/test/Transforms/InstCombine/strcpy_chk-64.ll @@ -7,7 +7,7 @@ define void @func(i8* %i) nounwind ssp { ; CHECK: @__strcpy_chk(i8* %arraydecay, i8* %i, i64 32) entry: %s = alloca [32 x i8], align 16 - %arraydecay = getelementptr inbounds [32 x i8]* %s, i32 0, i32 0 + %arraydecay = getelementptr inbounds [32 x i8], [32 x i8]* %s, i32 0, i32 0 %call = call i8* @__strcpy_chk(i8* %arraydecay, i8* %i, i64 32) call void @func2(i8* %arraydecay) ret void |