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:
Matt Arsenault
2013-10-02 20:29:00 +00:00
parent d0132a7833
commit 55cfb52aa3
17 changed files with 33 additions and 33 deletions

View File

@@ -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) {