diff options
Diffstat (limited to 'test/CodeGen/X86/GC/alloc_loop.ll')
-rw-r--r-- | test/CodeGen/X86/GC/alloc_loop.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/GC/alloc_loop.ll b/test/CodeGen/X86/GC/alloc_loop.ll index fb78ba2..2a505e8 100644 --- a/test/CodeGen/X86/GC/alloc_loop.ll +++ b/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 |