forked from OSchip/llvm-project
parent
7e51b5fd31
commit
9a099ea3eb
|
@ -11,4 +11,3 @@ void foo() {
|
|||
// NOINLINE: dont_inline_me
|
||||
pa[0] = dont_inline_me(pa[1],pa[2]);
|
||||
}
|
||||
|
||||
|
|
|
@ -7,4 +7,3 @@
|
|||
|
||||
// CHECK: clang
|
||||
// CHECK: "-fno-inline"
|
||||
|
||||
|
|
Loading…
Reference in New Issue