diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/avx512-vselect-crash.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/avx512-vselect-crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/avx512-vselect-crash.ll b/llvm/test/CodeGen/X86/avx512-vselect-crash.ll index 96af4779b05..31ccf867f7a 100644 --- a/llvm/test/CodeGen/X86/avx512-vselect-crash.ll +++ b/llvm/test/CodeGen/X86/avx512-vselect-crash.ll @@ -3,7 +3,7 @@ define <16 x i32> @test() { ; CHECK-LABEL: test: -; CHECK: ## BB#0: ## %entry +; CHECK: ## %bb.0: ## %entry ; CHECK-NEXT: vxorps %xmm0, %xmm0, %xmm0 ; CHECK-NEXT: retq entry: |