diff options
Diffstat (limited to 'llvm/test/Transforms/MergeFunc/crash.ll')
-rw-r--r-- | llvm/test/Transforms/MergeFunc/crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/MergeFunc/crash.ll b/llvm/test/Transforms/MergeFunc/crash.ll index 3319c8b0ba4..73802203dc5 100644 --- a/llvm/test/Transforms/MergeFunc/crash.ll +++ b/llvm/test/Transforms/MergeFunc/crash.ll @@ -27,7 +27,7 @@ define internal i32 @func10(%.qux.2496* nocapture %this) align 2 { } define internal i8* @func29(i32* nocapture %this) align 2 { - ret i8* getelementptr inbounds ([9 x i8]* @g2, i32 0, i32 0) + ret i8* getelementptr inbounds ([9 x i8], [9 x i8]* @g2, i32 0, i32 0) } define internal i32* @func33(%.qux.2585* nocapture %this) align 2 { |