[CodeGen][X86] Remove unused check-prefix in amx inline asm tests
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 30 Oct 2020 15:56:16 +0000 (15:56 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 30 Oct 2020 16:13:45 +0000 (16:13 +0000)
clang/test/CodeGen/X86/amx_inline_asm.c

index 9d828f8..24788ad 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -ffreestanding -triple=x86_64-unknown-unknown  -target-feature +amx-int8 -target-feature +amx-bf16 -emit-llvm -o - -Wall -Werror -pedantic | FileCheck %s --check-prefixes=CHECK,X86_64
+// RUN: %clang_cc1 %s -ffreestanding -triple=x86_64-unknown-unknown  -target-feature +amx-int8 -target-feature +amx-bf16 -emit-llvm -o - -Wall -Werror -pedantic | FileCheck %s
 
 void f_tilemul(short a)
 {