diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-09-25 23:16:14 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-09-25 23:16:14 +0000 |
| commit | c16fafb24d8c54aa011618dd44c836d8ec881e1c (patch) | |
| tree | 52ae30949fdcef79e45298a0e148f82117415448 /llvm | |
| parent | d04f7596e79d7c5cf7e4249ad62690afaecd01ec (diff) | |
| download | bcm5719-llvm-c16fafb24d8c54aa011618dd44c836d8ec881e1c.tar.gz bcm5719-llvm-c16fafb24d8c54aa011618dd44c836d8ec881e1c.zip | |
Remove duplicated RUN lines in middle of test
llvm-svn: 218473
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/R600/fp_to_uint.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/R600/fp_to_uint.ll b/llvm/test/CodeGen/R600/fp_to_uint.ll index 90f42f42448..63c77e83c24 100644 --- a/llvm/test/CodeGen/R600/fp_to_uint.ll +++ b/llvm/test/CodeGen/R600/fp_to_uint.ll @@ -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 |

