FIXME: Don't seek bb labels, like "if.else"
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198651
91177308-0d34-0410-b5e6-
96231b3b80d8
// 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