forked from OSchip/llvm-project
parent
c2a687b6a6
commit
13ec697056
|
@ -1,11 +0,0 @@
|
|||
// REQUIRES: x86-registered-target
|
||||
// RUN: %clang -target i386-unknown-linux -std=c++11 -o %t.o -c -no-integrated-as -fprofile-instr-generate %s
|
||||
|
||||
__attribute__((noinline)) static int bar() { return 1; }
|
||||
|
||||
int foo(int a, int b) {
|
||||
auto Func = [](int a, int b) { return a > b; };
|
||||
|
||||
return Func(a, b) + bar();
|
||||
}
|
||||
|
Loading…
Reference in New Issue