fix few typo in filecheck annotations
This commit is contained in:
parent
be7549f82c
commit
d97ed2d349
3 changed files with 8 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
#![feature(stdarch_x86_avx512, avx512_target_feature)]
|
||||
use std::arch::x86_64::*;
|
||||
|
||||
// CHECK-label: @demo(
|
||||
// CHECK-LABEL: @demo(
|
||||
#[no_mangle]
|
||||
#[target_feature(enable = "avx512f")] // Function-level target feature mismatches inhibit inlining
|
||||
pub unsafe fn demo() -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue