]> granicus.if.org Git - clang/commitdiff
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"

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198651 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/instr-profile.cpp

index 0f5ffa32ed3a3042db642497e4ea8d8f1ec9e4fa..266c921456d1855cd13b982b45149fdb4aee81ec 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