[llvm] r218473 - Remove duplicated RUN lines in middle of test

Matt Arsenault Matthew.Arsenault at amd.com
Thu Sep 25 16:16:14 PDT 2014


Author: arsenm
Date: Thu Sep 25 18:16:14 2014
New Revision: 218473

URL: http://llvm.org/viewvc/llvm-project?rev=218473&view=rev
Log:
Remove duplicated RUN lines in middle of test

Modified:
    llvm/trunk/test/CodeGen/R600/fp_to_uint.ll

Modified: llvm/trunk/test/CodeGen/R600/fp_to_uint.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/R600/fp_to_uint.ll?rev=218473&r1=218472&r2=218473&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/R600/fp_to_uint.ll (original)
+++ llvm/trunk/test/CodeGen/R600/fp_to_uint.ll Thu Sep 25 18:16:14 2014
@@ -29,8 +29,6 @@ define void @fp_to_uint_v4i32(<4 x i32>
   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





More information about the llvm-commits mailing list