summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WinEH/wineh-exceptionpointer.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/WinEH/wineh-exceptionpointer.ll')
-rw-r--r--llvm/test/CodeGen/WinEH/wineh-exceptionpointer.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WinEH/wineh-exceptionpointer.ll b/llvm/test/CodeGen/WinEH/wineh-exceptionpointer.ll
index 05139ef1bd9..47ffc35acac 100644
--- a/llvm/test/CodeGen/WinEH/wineh-exceptionpointer.ll
+++ b/llvm/test/CodeGen/WinEH/wineh-exceptionpointer.ll
@@ -17,7 +17,7 @@ catch.pad:
catch.body:
%exn = call i8 addrspace(1)* @llvm.eh.exceptionpointer.p1i8(token %catch)
%cast_exn = bitcast i8 addrspace(1)* %exn to i32 addrspace(1)*
- ; CHECK: movq %rax, %rcx
+ ; CHECK: movq %rdx, %rcx
; CHECK-NEXT: callq g
call void @g(i32 addrspace(1)* %cast_exn)
catchret %catch to label %exit
OpenPOWER on IntegriCloud