diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/GC/alloc_loop.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/GC/alloc_loop.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/GC/alloc_loop.ll b/llvm/test/CodeGen/X86/GC/alloc_loop.ll index fb78ba2cd10..2a505e80aac 100644 --- a/llvm/test/CodeGen/X86/GC/alloc_loop.ll +++ b/llvm/test/CodeGen/X86/GC/alloc_loop.ll @@ -31,8 +31,8 @@ entry: store i8** %tmp.2, i8*** %B ;; *B = A; - %B.1 = load i8*** %B - %A.1 = load i8** %A + %B.1 = load i8**, i8*** %B + %A.1 = load i8*, i8** %A call void @llvm.gcwrite(i8* %A.1, i8* %B.upgrd.1, i8** %B.1) br label %AllocLoop |