mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
Fix broken CHECK lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199016 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -75,7 +75,7 @@ loopexit:
|
||||
; PR17532
|
||||
|
||||
; CHECK-LABEL: i8_loop
|
||||
; CHECK; icmp eq i32 {{.*}}, 256
|
||||
; CHECK: icmp eq i32 {{.*}}, 256
|
||||
define i32 @i8_loop() nounwind readnone ssp uwtable {
|
||||
br label %1
|
||||
|
||||
@@ -92,7 +92,7 @@ define i32 @i8_loop() nounwind readnone ssp uwtable {
|
||||
}
|
||||
|
||||
; CHECK-LABEL: i16_loop
|
||||
; CHECK; icmp eq i32 {{.*}}, 65536
|
||||
; CHECK: icmp eq i32 {{.*}}, 65536
|
||||
|
||||
define i32 @i16_loop() nounwind readnone ssp uwtable {
|
||||
br label %1
|
||||
|
||||
Reference in New Issue
Block a user