mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Fix missing CHECK-LABELs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191853 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -12,7 +12,7 @@ target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f3
|
||||
; We used to vectorize this loop. But it has a value that is used outside of the
|
||||
; and is not a recognized reduction variable "tmp17".
|
||||
|
||||
; CHECK-LABEL: main
|
||||
; CHECK-LABEL: @main(
|
||||
; CHECK-NOT: <2 x i32>
|
||||
|
||||
define i32 @main() {
|
||||
@@ -43,7 +43,7 @@ f1.exit.loopexit:
|
||||
; loop user. We currently don't handle this case.
|
||||
; PR17179
|
||||
|
||||
; CHECK-LABEL: test2
|
||||
; CHECK-LABEL: @test2(
|
||||
; CHECK-NOT: <2 x
|
||||
|
||||
@x1 = common global i32 0, align 4
|
||||
|
Reference in New Issue
Block a user