Mercurial > hg > CbC > CbC_llvm
diff test/Transforms/InstCombine/strcpy_chk-64.ll @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 95c75e76d11b |
children | 803732b1fca8 |
line wrap: on
line diff
--- a/test/Transforms/InstCombine/strcpy_chk-64.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/Transforms/InstCombine/strcpy_chk-64.ll Tue Oct 13 17:48:58 2015 +0900 @@ -7,7 +7,7 @@ ; 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