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:
@@ -7,7 +7,7 @@ target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f3
|
||||
; contain a limited set of function calls and none of them sets the rounding
|
||||
; mode, so vectorizing them is safe.
|
||||
|
||||
; CHECK: test
|
||||
; CHECK-LABEL: @test(
|
||||
; CHECK: <2 x double>
|
||||
|
||||
define void @test(double* %d, double %t) {
|
||||
|
Reference in New Issue
Block a user