diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-01-07 00:59:39 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-01-07 00:59:39 +0000 |
| commit | f0f82175c815a017929d6bfed2f8c6fd8893ad45 (patch) | |
| tree | 7a48ac49aa2042019dc46dc35ae61451c4e46ce8 /clang | |
| parent | 9ee39534aafa6a5a83dc0241ba2f4e65db26babd (diff) | |
| download | bcm5719-llvm-f0f82175c815a017929d6bfed2f8c6fd8893ad45.tar.gz bcm5719-llvm-f0f82175c815a017929d6bfed2f8c6fd8893ad45.zip | |
clang/test/CodeGenCXX/instr-profile.cpp: Appease -Asserts.
FIXME: Don't seek bb labels, like "if.else"
llvm-svn: 198651
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/CodeGenCXX/instr-profile.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/instr-profile.cpp b/clang/test/CodeGenCXX/instr-profile.cpp index 0f5ffa32ed3..266c921456d 100644 --- a/clang/test/CodeGenCXX/instr-profile.cpp +++ b/clang/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 |

