diff options
| author | Justin Bogner <mail@justinbogner.com> | 2015-03-24 23:44:03 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2015-03-24 23:44:03 +0000 |
| commit | 96966c7bf554e693fae804932e1e3ab431d4ea2d (patch) | |
| tree | 352efeb0791030d6fe204f7481c78f5ddbbc7f23 /llvm/test/Transforms/GCOVProfiling/function-numbering.ll | |
| parent | 5c73e1f85c5d37a5b037c70f3c112eec5646acb3 (diff) | |
| download | bcm5719-llvm-96966c7bf554e693fae804932e1e3ab431d4ea2d.tar.gz bcm5719-llvm-96966c7bf554e693fae804932e1e3ab431d4ea2d.zip | |
Update a test I missed in r233132
llvm-svn: 233134
Diffstat (limited to 'llvm/test/Transforms/GCOVProfiling/function-numbering.ll')
| -rw-r--r-- | llvm/test/Transforms/GCOVProfiling/function-numbering.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/GCOVProfiling/function-numbering.ll b/llvm/test/Transforms/GCOVProfiling/function-numbering.ll index 7599f57da2e..d39a7e17966 100644 --- a/llvm/test/Transforms/GCOVProfiling/function-numbering.ll +++ b/llvm/test/Transforms/GCOVProfiling/function-numbering.ll @@ -6,7 +6,7 @@ ; RUN: cat %s %t1 > %t2 ; RUN: opt -insert-gcov-profiling -S < %t2 | FileCheck --check-prefix GCDA %s -; RUN: llvm-cov -n -dump %T/function-numbering.gcno 2>&1 | FileCheck --check-prefix GCNO %s +; RUN: llvm-cov gcov -n -dump %T/function-numbering.gcno 2>&1 | FileCheck --check-prefix GCNO %s target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx10.10.0" |

