summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/Profiling/edge-profiling.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Analysis/Profiling/edge-profiling.ll')
-rw-r--r--llvm/test/Analysis/Profiling/edge-profiling.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Analysis/Profiling/edge-profiling.ll b/llvm/test/Analysis/Profiling/edge-profiling.ll
index 0d584469503..f285c19e6ee 100644
--- a/llvm/test/Analysis/Profiling/edge-profiling.ll
+++ b/llvm/test/Analysis/Profiling/edge-profiling.ll
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | opt -insert-edge-profiling | llvm-dis | tee %t1 | FileCheck %s
+; Test the edge profiling instrumentation.
+; RUN: llvm-as < %s | opt -insert-edge-profiling | llvm-dis | FileCheck %s
; ModuleID = '<stdin>'
OpenPOWER on IntegriCloud