mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Remove duplicated RUN lines in middle of test
llvm-svn: 218473
This commit is contained in:
parent
d68585f076
commit
5eae8e006b
@ -29,8 +29,6 @@ define void @fp_to_uint_v4i32(<4 x i32> addrspace(1)* %out, <4 x float> addrspac
|
||||
store <4 x i32> %result, <4 x i32> addrspace(1)* %out
|
||||
ret void
|
||||
}
|
||||
; RUN: llc -march=r600 -mcpu=SI -verify-machineinstrs < %s | FileCheck --check-prefix=SI --check-prefix=FUNC %s
|
||||
; RUN: llc -march=r600 -mcpu=redwood < %s | FileCheck --check-prefix=EG --check-prefix=FUNC %s
|
||||
|
||||
; FUNC: @fp_to_uint_i64
|
||||
; EG-DAG: AND_INT
|
||||
|
Loading…
Reference in New Issue
Block a user