diff options
Diffstat (limited to 'test/Transforms/InstCombine/strcat-3.ll')
-rw-r--r-- | test/Transforms/InstCombine/strcat-3.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/strcat-3.ll b/test/Transforms/InstCombine/strcat-3.ll index e3396df..88cd162 100644 --- a/test/Transforms/InstCombine/strcat-3.ll +++ b/test/Transforms/InstCombine/strcat-3.ll @@ -15,8 +15,8 @@ define void @test_nosimplify1() { ; CHECK: call i16* @strcat ; CHECK: ret void - %dst = getelementptr [32 x i8]* @a, i32 0, i32 0 - %src = getelementptr [6 x i8]* @hello, i32 0, i32 0 + %dst = getelementptr [32 x i8], [32 x i8]* @a, i32 0, i32 0 + %src = getelementptr [6 x i8], [6 x i8]* @hello, i32 0, i32 0 call i16* @strcat(i8* %dst, i8* %src) ret void } |