diff options
| author | Justin Bogner <mail@justinbogner.com> | 2014-07-30 23:02:01 +0000 |
|---|---|---|
| committer | Justin Bogner <mail@justinbogner.com> | 2014-07-30 23:02:01 +0000 |
| commit | af3001e859e39f4dc436fc5cacaa297657468ce9 (patch) | |
| tree | f26494021311118a14099a31ecbaa9d7b649384e /llvm/test/tools/llvm-profdata/Inputs/extra-word.proftext | |
| parent | 42affc2db6ff1257f2cf6d84018c747464ca5f20 (diff) | |
| download | bcm5719-llvm-af3001e859e39f4dc436fc5cacaa297657468ce9.tar.gz bcm5719-llvm-af3001e859e39f4dc436fc5cacaa297657468ce9.zip | |
llvm-profdata: Use consistent file suffixes in tests
In some places we've been using different suffixes for the different
file formats involved in instrprof, but in others we've just
ambiguously used .profdata. Update the test files to indicate the
types of file more obviously.
No functional change.
llvm-svn: 214357
Diffstat (limited to 'llvm/test/tools/llvm-profdata/Inputs/extra-word.proftext')
| -rw-r--r-- | llvm/test/tools/llvm-profdata/Inputs/extra-word.proftext | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-profdata/Inputs/extra-word.proftext b/llvm/test/tools/llvm-profdata/Inputs/extra-word.proftext new file mode 100644 index 00000000000..67a662909cf --- /dev/null +++ b/llvm/test/tools/llvm-profdata/Inputs/extra-word.proftext @@ -0,0 +1,2 @@ +extra 1 word +1 |

