diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2012-12-06-python27-miscompile.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/2012-12-06-python27-miscompile.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2012-12-06-python27-miscompile.ll b/llvm/test/CodeGen/X86/2012-12-06-python27-miscompile.ll index d73f95eda00..b80ae3ae2b7 100644 --- a/llvm/test/CodeGen/X86/2012-12-06-python27-miscompile.ll +++ b/llvm/test/CodeGen/X86/2012-12-06-python27-miscompile.ll @@ -15,7 +15,7 @@ entry: %used = getelementptr inbounds i64, i64* %so, i32 3 store i64 0, i64* %used, align 8 %fill = getelementptr inbounds i64, i64* %so, i32 2 - %L = load i64* %fill, align 8 + %L = load i64, i64* %fill, align 8 store i64 0, i64* %fill, align 8 %cmp28 = icmp sgt i64 %L, 0 %R = sext i1 %cmp28 to i32 |