diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-03-11 06:49:34 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-03-11 06:49:34 +0000 |
commit | ffaa2330b9d51fa3705b779b55fa841b367c8bba (patch) | |
tree | d6b24cd9b8f31426ffe5af482d13e31071682bd0 /clang/test/Profile/cxx-class.cpp | |
parent | 0e18ed2ebaab77dbb13a71c2b70cdf74aaac8b0a (diff) | |
download | bcm5719-llvm-ffaa2330b9d51fa3705b779b55fa841b367c8bba.tar.gz bcm5719-llvm-ffaa2330b9d51fa3705b779b55fa841b367c8bba.zip |
test: Regenerate profile data for PGO tests
Some of this data had gotten out of date, so we weren't quite testing
what we thought we were. This also moves the outdated data test to its
own file to simplify regenerating the test data.
llvm-svn: 203546
Diffstat (limited to 'clang/test/Profile/cxx-class.cpp')
-rw-r--r-- | clang/test/Profile/cxx-class.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Profile/cxx-class.cpp b/clang/test/Profile/cxx-class.cpp index 5934a0adb7d..7432bc3ccee 100644 --- a/clang/test/Profile/cxx-class.cpp +++ b/clang/test/Profile/cxx-class.cpp @@ -69,7 +69,7 @@ void simple_wrapper() { // WRPUSE-NOT: br {{.*}} !prof ![0-9]+ // WRPUSE: ret } -// WRPUSE: ![[SW1]] = metadata !{metadata !"branch_weights", i32 100, i32 2} +// WRPUSE: ![[SW1]] = metadata !{metadata !"branch_weights", i32 101, i32 2} int main(int argc, const char *argv[]) { simple_wrapper(); |