diff options
Diffstat (limited to 'llvm/test/Transforms/GCOVProfiling/modules.ll')
| -rw-r--r-- | llvm/test/Transforms/GCOVProfiling/modules.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/GCOVProfiling/modules.ll b/llvm/test/Transforms/GCOVProfiling/modules.ll index fa51d2943b8..460d4dfdfa1 100644 --- a/llvm/test/Transforms/GCOVProfiling/modules.ll +++ b/llvm/test/Transforms/GCOVProfiling/modules.ll @@ -1,4 +1,5 @@ ; RUN: opt -insert-gcov-profiling -o - < %s | llvm-dis | FileCheck -check-prefix=EMIT-ARCS %s +; RUN: opt -passes=insert-gcov-profiling -o - < %s | llvm-dis | FileCheck -check-prefix=EMIT-ARCS %s ; EMIT-ARCS-NOT: call void @llvm_gcda_start_file |

