Commit 573531fb authored by Qiu Chaofan's avatar Qiu Chaofan
Browse files

Fix typo of colon to semicolon in lit tests

parent 85ad5663
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,9 +8,9 @@
# RUN:    -o 'command source %t/foo/magritte.in' \
# RUN:    -o 'command source %t/foo/zip.in' \
# RUN:    -o 'command source %t/foo/magritte.in' \
# RUN;    -o 'zip' \
# RUN:    -o 'zip' \
# RUN:    -o 'hello'
# RUN     -o 'magritte' 2>&1 | FileCheck %s
# RUN:    -o 'magritte' 2>&1 | FileCheck %s

# The first time importing 'magritte' fails because we didn't pass -c.
# CHECK: ModuleNotFoundError: No module named 'magritte'
+1 −1
Original line number Diff line number Diff line
@@ -404,7 +404,7 @@ define void @f68() mustprogress
  ret void
}

; CHECK; define void @f69() #42
; CHECK: define void @f69() #42
define void @f69() nocallback
{
  ret void
+2 −2
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ define i1 @test_EQ_IssEbT(i16 %a, i16 %b) {
; CHECK: 	sxth	w8, w1
; CHECK-NEXT: 	cmn	w8, w0, sxth
; CHECK-NEXT: 	cset	w0, eq
; CHECK-NEXT;   ret
; CHECK-NEXT:   ret
entry:
  %conv = sext i16 %a to i32
  %conv1 = sext i16 %b to i32
@@ -139,7 +139,7 @@ define i1 @test_EQ_IscEbT(i16 %a, i8 %b) {
; CHECK: 	and	w8, w1, #0xff
; CHECK-NEXT: 	cmn	w8, w0, sxth
; CHECK-NEXT: 	cset	w0, eq
; CHECK-NEXT;   ret
; CHECK-NEXT:   ret
entry:
  %conv = sext i16 %a to i32
  %conv1 = zext i8 %b to i32
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@

; GCN: ; %Flow5
; GCN-NEXT: s_or_b64            exec, exec,
; GCN-NEXT; s_and_saveexec_b64  {{s\[[0-9]+:[0-9]+\]}}, [[EXIT0]]
; GCN-NEXT: s_and_saveexec_b64  {{s\[[0-9]+:[0-9]+\]}}, [[EXIT0]]

; GCN: ; %exit0
; GCN:      buffer_store_dword
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ target triple = "thumbv7s-apple-ios"
; VMRS instruction comes before any other instruction writing FPSCR:
; CHECK-NOT: vcmp
; CHECK: vmrs {{r[0-9]}}, fpscr
; CHECK; vcmp
; CHECK: vcmp
; ...
; CHECK: add sp, #8
; CHECK: bx lr
Loading