aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/sub-xor.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/sub-xor.ll')
-rw-r--r--test/Transforms/InstCombine/sub-xor.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/sub-xor.ll b/test/Transforms/InstCombine/sub-xor.ll
index e7aff00..3a24074 100644
--- a/test/Transforms/InstCombine/sub-xor.ll
+++ b/test/Transforms/InstCombine/sub-xor.ll
@@ -32,7 +32,7 @@ define i32 @test3(i32 %x) nounwind {
; CHECK-LABEL: @test3(
; CHECK-NEXT: and i32 %x, 31
-; CHECK-NEXT: sub i32 73, %and
+; CHECK-NEXT: sub nsw i32 73, %and
; CHECK-NEXT: ret
}