aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/Profiling/edge-profiling.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/Profiling/edge-profiling.ll')
-rw-r--r--test/Analysis/Profiling/edge-profiling.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/Profiling/edge-profiling.ll b/test/Analysis/Profiling/edge-profiling.ll
index f285c19..3eb805b 100644
--- a/test/Analysis/Profiling/edge-profiling.ll
+++ b/test/Analysis/Profiling/edge-profiling.ll
@@ -1,5 +1,5 @@
; Test the edge profiling instrumentation.
-; RUN: llvm-as < %s | opt -insert-edge-profiling | llvm-dis | FileCheck %s
+; RUN: opt %s -insert-edge-profiling | llvm-dis | FileCheck %s
; ModuleID = '<stdin>'