From 569af59b1484b92cf15bac4b6e4a7a5f46fad8de Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Sun, 27 Mar 2016 15:36:43 +0000 Subject: [PATCH] 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. llvm-svn: 264538 --- llvm/test/Transforms/FunctionImport/funcimport.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Transforms/FunctionImport/funcimport.ll b/llvm/test/Transforms/FunctionImport/funcimport.ll index e477db5..0b5f978 100644 --- a/llvm/test/Transforms/FunctionImport/funcimport.ll +++ b/llvm/test/Transforms/FunctionImport/funcimport.ll @@ -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 -- 2.7.4