aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/add-of-carry.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/add-of-carry.ll')
-rw-r--r--test/CodeGen/X86/add-of-carry.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/add-of-carry.ll b/test/CodeGen/X86/add-of-carry.ll
index 1513fcb..9c24be4 100644
--- a/test/CodeGen/X86/add-of-carry.ll
+++ b/test/CodeGen/X86/add-of-carry.ll
@@ -4,7 +4,7 @@
define i32 @test1(i32 %sum, i32 %x) nounwind readnone ssp {
entry:
; CHECK-LABEL: test1:
-; CHECK: cmpl %ecx, %eax
+; CHECK: cmpl %ecx, %eax
; CHECK-NOT: addl
; CHECK: adcl $0, %eax
%add4 = add i32 %x, %sum