clang/test/CodeGenCXX/instr-profile.cpp: Appease -Asserts.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 7 Jan 2014 00:59:39 +0000 (00:59 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 7 Jan 2014 00:59:39 +0000 (00:59 +0000)
FIXME: Don't seek bb labels, like "if.else"
llvm-svn: 198651

clang/test/CodeGenCXX/instr-profile.cpp

index 0f5ffa3..266c921 100644 (file)
@@ -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