diff options
Diffstat (limited to 'test/Analysis/Profiling/edge-profiling.ll')
-rw-r--r-- | test/Analysis/Profiling/edge-profiling.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/Profiling/edge-profiling.ll b/test/Analysis/Profiling/edge-profiling.ll index ffdfc2e..cbaf476 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: opt %s -insert-edge-profiling -S | FileCheck %s +; RUN: opt < %s -insert-edge-profiling -S | FileCheck %s ; ModuleID = '<stdin>' |