diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/stackmap.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/stackmap.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/stackmap.ll b/llvm/test/CodeGen/X86/stackmap.ll index 5e356f3e03d..fc958ec8adf 100644 --- a/llvm/test/CodeGen/X86/stackmap.ll +++ b/llvm/test/CodeGen/X86/stackmap.ll @@ -321,7 +321,7 @@ bb1: unreachable bb2: - %tmp = load i64* inttoptr (i64 140685446136880 to i64*) + %tmp = load i64, i64* inttoptr (i64 140685446136880 to i64*) br i1 undef, label %bb16, label %bb17 bb16: |