summaryrefslogtreecommitdiffstats
path: root/clang/test/Profile/cxx-class.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Profile/cxx-class.cpp')
-rw-r--r--clang/test/Profile/cxx-class.cpp2
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();
OpenPOWER on IntegriCloud