diff options
Diffstat (limited to 'test/CodeGen/builtin-clflushopt.c')
-rw-r--r-- | test/CodeGen/builtin-clflushopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/builtin-clflushopt.c b/test/CodeGen/builtin-clflushopt.c index e98c2aaba5732..93861164c4a89 100644 --- a/test/CodeGen/builtin-clflushopt.c +++ b/test/CodeGen/builtin-clflushopt.c @@ -3,7 +3,7 @@ #include <immintrin.h> void test_mm_clflushopt(char * __m) { - //CHECK-LABLE: @test_mm_clflushopt + //CHECK-LABEL: @test_mm_clflushopt //CHECK: @llvm.x86.clflushopt _mm_clflushopt(__m); } |