From: NAKAMURA Takumi Date: Tue, 7 Jan 2014 00:59:39 +0000 (+0000) Subject: clang/test/CodeGenCXX/instr-profile.cpp: Appease -Asserts. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=967ae564a68d7e1a16c1e2dfe8fe6317d974349f;p=clang clang/test/CodeGenCXX/instr-profile.cpp: Appease -Asserts. 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 --- diff --git a/test/CodeGenCXX/instr-profile.cpp b/test/CodeGenCXX/instr-profile.cpp index 0f5ffa32ed..266c921456 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