summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/instr-profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCXX/instr-profile.cpp')
-rw-r--r--clang/test/CodeGenCXX/instr-profile.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/instr-profile.cpp b/clang/test/CodeGenCXX/instr-profile.cpp
index 0f5ffa32ed3..266c921456d 100644
--- a/clang/test/CodeGenCXX/instr-profile.cpp
+++ b/clang/test/CodeGenCXX/instr-profile.cpp
@@ -4,6 +4,9 @@
// of running the program generated by the -fprofile-instr-generate case. As
// such, main() should call every function in this test.
+// FIXME: Don't seek bb labels, like "if.else"
+// REQUIRES: asserts
+
// RUN: %clangxx %s -o - -emit-llvm -S -fprofile-instr-generate | FileCheck -check-prefix=PGOGEN %s
// RUN: %clangxx %s -o - -emit-llvm -S -fprofile-instr-generate | FileCheck -check-prefix=PGOGEN-EXC %s
OpenPOWER on IntegriCloud