diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/update-terminator-debugloc.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/update-terminator-debugloc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/update-terminator-debugloc.ll b/llvm/test/CodeGen/X86/update-terminator-debugloc.ll index 9443e7a6d77..9bcac48a611 100644 --- a/llvm/test/CodeGen/X86/update-terminator-debugloc.ll +++ b/llvm/test/CodeGen/X86/update-terminator-debugloc.ll @@ -26,7 +26,7 @@ ; CHECK: SUB64rr [[VREG2]], [[VREG1]] ; CHECK-NEXT: JNE_1 {{.*}}, debug-location [[DLOC]]{{$}} ; CHECK: [[VREG3:%[^ ]+]]:gr64 = PHI [[VREG2]] -; CHECK: [[VREG4:%[^ ]+]]:gr64 = ADD64ri8 [[VREG3]], 4 +; CHECK: [[VREG4:%[^ ]+]]:gr64 = nuw ADD64ri8 [[VREG3]], 4 ; CHECK: SUB64rr [[VREG1]], [[VREG4]] ; CHECK-NEXT: JNE_1 {{.*}}, debug-location [[DLOC]]{{$}} ; CHECK-NEXT: JMP_1 {{.*}}, debug-location [[DLOC]]{{$}} |