From 8e739f98fe0529ec6af842a635792e781c4ac967 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Sat, 14 Jul 2018 01:34:06 +0000 Subject: [PATCH] Revert "[ThinLTO] Add debug output to test" This reverts commit r337076. Not needed any more. llvm-svn: 337080 --- llvm/test/Transforms/FunctionImport/hotness_based_import2.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Transforms/FunctionImport/hotness_based_import2.ll b/llvm/test/Transforms/FunctionImport/hotness_based_import2.ll index 6189c84ac93a..50de33199f69 100644 --- a/llvm/test/Transforms/FunctionImport/hotness_based_import2.ll +++ b/llvm/test/Transforms/FunctionImport/hotness_based_import2.ll @@ -9,7 +9,7 @@ ; with threshold decayed by default 0.7 factor. Test ensures that when we ; encounter it again from hot path, we re-enqueue with higher non-decayed ; threshold which will allow it to be imported. -; RUN: opt -function-import -summary-file %t3.thinlto.bc %t.bc -import-instr-limit=10 -import-hot-multiplier=1.0 -import-cold-multiplier=1.0 -S -debug-only=function-import | FileCheck %s --check-prefix=CHECK +; RUN: opt -function-import -summary-file %t3.thinlto.bc %t.bc -import-instr-limit=10 -import-hot-multiplier=1.0 -import-cold-multiplier=1.0 -S | FileCheck %s --check-prefix=CHECK ; CHECK-DAG: define available_externally void @hot() ; CHECK-DAG: define available_externally void @calledFromHot()