[llvm] r264538 - Use DAG check to try to appease bot

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 27 08:36:43 PDT 2016


Author: tejohnson
Date: Sun Mar 27 10:36:43 2016
New Revision: 264538

URL: http://llvm.org/viewvc/llvm-project?rev=264538&view=rev
Log:
Use DAG check to try to appease bot

Try to appease
http://bb.pgr.jp/builders/cmake-llvm-x86_64-linux/builds/34772. This was
the only check that didn't use DAG and it wasn't found.

Modified:
    llvm/trunk/test/Transforms/FunctionImport/funcimport.ll

Modified: llvm/trunk/test/Transforms/FunctionImport/funcimport.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/FunctionImport/funcimport.ll?rev=264538&r1=264537&r2=264538&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/FunctionImport/funcimport.ll (original)
+++ llvm/trunk/test/Transforms/FunctionImport/funcimport.ll Sun Mar 27 10:36:43 2016
@@ -87,4 +87,4 @@ declare void @weakfunc(...) #1
 ; INSTLIM5-DAG: declare hidden void @funcwithpersonality.llvm.2()
 
 ; INSTLIMDEF-DAG: Import globalfunc2
-; INSTLIMDEF: 11 function-import - Number of functions imported
+; INSTLIMDEF-DAG: 11 function-import - Number of functions imported




More information about the llvm-commits mailing list