diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/stack-protector-vreg-to-vreg-copy.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/stack-protector-vreg-to-vreg-copy.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/stack-protector-vreg-to-vreg-copy.ll b/llvm/test/CodeGen/X86/stack-protector-vreg-to-vreg-copy.ll index 7d499f9abd7..1db4a1d6841 100644 --- a/llvm/test/CodeGen/X86/stack-protector-vreg-to-vreg-copy.ll +++ b/llvm/test/CodeGen/X86/stack-protector-vreg-to-vreg-copy.ll @@ -38,7 +38,7 @@ if.then: ; preds = %entry if.else: ; preds = %entry tail call fastcc void @send_int(i32 %i) - %arrayidx = getelementptr inbounds [8 x i8]* %data, i32 0, i32 0 + %arrayidx = getelementptr inbounds [8 x i8], [8 x i8]* %data, i32 0, i32 0 call void @zero_char(i8* %arrayidx) br label %if.end |

