diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-collect-loh-garbage-crash.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-collect-loh-garbage-crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-collect-loh-garbage-crash.ll b/llvm/test/CodeGen/AArch64/arm64-collect-loh-garbage-crash.ll index 81cee38420a..2a590f93b0d 100644 --- a/llvm/test/CodeGen/AArch64/arm64-collect-loh-garbage-crash.ll +++ b/llvm/test/CodeGen/AArch64/arm64-collect-loh-garbage-crash.ll @@ -27,7 +27,7 @@ if.then83: ; preds = %if.end81 tail call void asm sideeffect "", "~{x19},~{x20},~{x21},~{x22},~{x23},~{x24},~{x25},~{x26},~{x27}"() %tmp2 = load %"class.H4ISP::H4ISPDevice"** @pH4ISPDevice, align 8 tail call void asm sideeffect "", "~{x19},~{x20},~{x21},~{x22},~{x23},~{x24},~{x25},~{x26},~{x28}"() - %pCameraManager.i268 = getelementptr inbounds %"class.H4ISP::H4ISPDevice"* %tmp2, i64 0, i32 3 + %pCameraManager.i268 = getelementptr inbounds %"class.H4ISP::H4ISPDevice", %"class.H4ISP::H4ISPDevice"* %tmp2, i64 0, i32 3 %tmp3 = load %"class.H4ISP::H4ISPCameraManager"** %pCameraManager.i268, align 8 %tobool.i269 = icmp eq %"class.H4ISP::H4ISPCameraManager"* %tmp3, null br i1 %tobool.i269, label %if.then83, label %end |