diff --git a/test/CodeGenCXX/instr-profile.cpp b/test/CodeGenCXX/instr-profile.cpp index 0f5ffa32ed3a3042db642497e4ea8d8f1ec9e4fa..266c921456d1855cd13b982b45149fdb4aee81ec 100644 --- a/test/CodeGenCXX/instr-profile.cpp +++ b/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